Blockchain Timestamp vs Emailing Yourself
By BlockchainSignPublished

Emailing yourself a copy is the modern version of poor man's copyright, and it is a genuine improvement on the envelope. It is also weaker than the confidence people place in it.
What the email actually gives you
More than nothing, and the reason is that some of it is not yours.
Provider-side headers. The Received headers and the message's server-side date are written by mail servers, not by you. That is a real strength: unlike a file's modification date, you did not author it.
An attachment, preserved. The file travelled and sits in a mailbox largely as sent.
A story. A sent message with an attachment on a date is coherent, ordinary evidence.
Where it fails
Producing it cleanly is harder than you think. What matters is the raw message with full headers, from the provider, not a forwarded copy or a screenshot of an inbox. Years later, exporting that in a form someone will accept can be genuinely awkward.
It depends on an account. A closed account, a lapsed domain, a provider that deletes old mail, or a migration between services can take it with them. Ten years is a long time for a mailbox.
Self-sent mail is unusual, and unusual invites scrutiny. The pattern is well known enough that the other side will suggest it was created for the purpose.
You can, in fact, manipulate it. Running your own mail server, or on some providers, message dates can be influenced. It is not trivial, and it is not impossible, and the possibility is what the argument will be about.
The attachment may not survive intact. Encoding, re-encoding, and mail clients that helpfully rewrite attachments can change bytes. Since a hash covers exact bytes, that matters if you later want to prove the file is the same one.
Side by side
| Email to yourself | Blockchain timestamp | |
|---|---|---|
| Date written by | Your provider | A public ledger |
| Under your control | Partly | No |
| Survives account loss | No | Yes |
| Verifiable by an outsider | With effort | Directly |
| Requires a company to exist | Yes | No |
| Covers exact bytes | Sometimes | Yes |
| Cost | Free | A few dollars |
| Ease of production years later | Poor | Open a link |
What the comparison is really about
Both are trying to do the same thing: get the date out of your hands.
The email gets it partly out, into a company's hands. The blockchain record gets it fully out, into a ledger with no owner. The difference shows up in the two places evidence usually breaks: years later, when the account may not exist, and under challenge, when "your provider says so" is a weaker sentence than "here is the block".
Use both, if you like
There is no conflict. Send yourself the email and timestamp the file. Two independent records, one free, one a few dollars, resting on entirely different assumptions.
If you do only one, do the one whose failure mode you can live with. If the material is worth arguing about in five years, the account-dependency of the email is a real risk, and the record with nothing to expire is the safer choice.
What neither one does
Prove you created the file. Both establish that a file existed by a date — see proof of existence vs proof of authorship. Neither creates a right, and neither replaces registration where registration is what you actually need.