Skip to content

SMTP (Simple Mail Transfer Protocol)

SMTP is the internet standard protocol for transferring email between servers, defined in RFC 5321. Every email that crosses the internet is handed from server to server over SMTP. The protocol is deliberately simple, built on commands like EHLO, MAIL FROM, RCPT TO, and DATA, and the complexity of modern email lives in what surrounds it: authentication, reputation, queuing, and policy.