2026-05-14

Future Delivery

How to Send a Message After Death Without Trusting an Inbox

If a final message matters, it should not depend on someone remembering a password or a mail provider keeping a draft safe for years. Encryption changes the model.

Letter preserved for future delivery

How to send a message after death

The hard part is not writing the message. It is making sure it stays private until it is actually needed.

People often imagine a final message as a simple draft in an email account. In practice, that is a fragile solution. Drafts can be deleted, mail providers can suspend accounts, family members may not know the credentials, and anything stored in plaintext is vulnerable long before the intended recipient ever sees it.

A safer model is to separate storage from readability. If the message is encrypted before upload and the service never receives the decryption key, the content can remain stored for months or years without being readable to the provider, an attacker, or even the sender after handoff. That is what makes a time-locked encrypted message useful for end-of-life communication.

Typical use cases are deeply practical: instructions for a spouse, a personal letter to a child, a final note to business partners, or context around documents that should only be read after a death is confirmed. The point is not drama. The point is reducing operational failure in a moment when everyone is already overwhelmed.

The critical design question is not “Can I schedule delivery?” but “Who can read this before the date or event?” If the answer includes your provider, your executor, or anyone with mailbox access, then the message is not truly private. Encrypted delayed delivery narrows that trust boundary dramatically.

A good system should also assume imperfect reality: people forget passwords, executors change, and services may be breached. If the stored object is ciphertext, those failures become less catastrophic because the message stays unreadable until the correct link and timing are in place.

If this topic matters to you, it is worth comparing it with how Time Vault works and with the stricter contingency model described in encrypted dead man's switch. Together, those three patterns cover scheduled future delivery, posthumous delivery, and conditional emergency release.

Questions about posthumous messages

Is this mainly for personal use?

No. Personal letters are the obvious case, but founders, lawyers, and company directors also use delayed encrypted messages for succession instructions, context notes, and contingency communication.

Why not just give the message to a lawyer or executor?

You can, but then privacy depends on another human custodian. Encrypted time-locked storage reduces the number of people who can read the content before it is intended to be opened.

Does this verify death automatically?

Not by itself. The safer pattern is time-based release or a separate operational process. The cryptography protects confidentiality; the release condition still needs to be chosen carefully.

Keep reading

More in Future Delivery

All articles