mailv1.com

The email system, explained from the inside

Email has worked for over forty years and is used by billions of people who never had to find out how it works. That is a compliment to the system — and the reason almost nobody suspects how much of it was improvised.

This site explains the classic email system the way it actually operates: which decisions from the seventies are still with us, what really goes over the wire, and why a formally impeccable message can still end up in the spam folder.

S: 220 mail.example.com ESMTP
C: EHLO sender.example
S: 250-mail.example.com
S: 250 STARTTLS
C: MAIL FROM:<anna@sender.example>
S: 250 2.1.0 Ok
C: RCPT TO:<bert@example.com>
S: 250 2.1.5 Ok
C: DATA
S: 354 End data with <CR><LF>.<CR><LF>

This is what sending an email looks like when you listen in. Almost everything in this exchange dates from the early eighties and is still valid, unchanged.

Why this site exists

We are building a successor to email. Doing so taught us that you only really understand the existing system once you run it yourself — with everything that entails: sender authorisations in the DNS, cryptographic signatures, bounces, reputation scores handed down by recipients who owe nobody an explanation.

What we find out along the way is collected here. Not as a criticism of email — it has proved remarkably durable — but as an honest inventory of what it takes today for a message to arrive.

Sections

How things are written here