RFC 1869: SMTP Service Extensions (ESMTP)
Defines the EHLO command and the ESMTP extension framework that all modern SMTP servers use.
Defines the EHLO command and the ESMTP extension framework that all modern SMTP servers use.
Defines the 8BITMIME SMTP extension, allowing 8-bit message content without base64 encoding.
Defines the STARTTLS SMTP extension that upgrades a plain-text SMTP connection to TLS in-band.
Defines the SMTP AUTH command and the SASL framework used to authenticate SMTP clients to submission servers.
Defines the MIME content-type header and the framework for non-ASCII message bodies.
Defines the media type system (text, image, audio, video, application, multipart, message).
Defines encoded-word syntax for non-ASCII characters in headers.
The MTA is where deliverability is actually decided. This guide covers the cloud-vs-self-hosted decision framework, Postfix tuning for real throughput (queue on NVMe, per-domain concurrency, ...
Complete guide to email spoofing in 2026: how it works, the difference from phishing, three main attack patterns, how to detect a spoofed message in your inbox, and the four-layer SPF/DKIM/DMARC/BIMI ...
SPF is the TXT record that tells receiving mail servers which IPs are authorized to send email for your domain. This guide covers syntax, real-world examples by provider (Google, Microsoft, SendGrid, ...
DKIM is the cryptographic signature that proves your email was not altered in transit. This guide covers selectors, tag syntax, real setup steps for Google Workspace, Microsoft 365, SendGrid, ...
DMARC is the policy that tells receivers what to do when SPF or DKIM fail. This guide covers syntax, tag reference, the three policies (none, quarantine, reject), alignment, reading aggregate ...