Email Fundamentals
How email moves across the internet — protocols, headers, DNS, and the path from sender to mailbox provider.
Definition
Email fundamentals cover how a message moves from a sending system to a mailbox provider — the protocols, addressing, and headers that every authentication and deliverability decision sits on top of.
Why it matters
Without a clear mental model of SMTP, domains, and message structure, SPF, DKIM, DMARC, reputation, and warmup feel like disconnected checklists. Foundations make later Learn topics predictable instead of magical.
How email moves
A sender submits a message to an outbound mail system. That system looks up the recipient domain’s MX records in DNS, connects with SMTP, and transfers the message. The receiving system accepts, defers, or rejects the transfer, then applies filtering that decides inbox, promotions, junk, or further rejection.
- Envelope addresses (MAIL FROM / RCPT TO) drive routing and bounce handling.
- Header From is what users see and what DMARC often evaluates for alignment.
- DNS answers tell senders where to connect and how authentication records are published.
What to learn next
Start Authentication next — SPF, DKIM, and DMARC are how receiving systems verify that the domain in the message is authorized to send it. Then continue into DNS, reputation, warmup, deliverability, and inbox placement.