ESMTPS and ESMTPSA are extensions to the SMTP protocol related to secure email transmission. ESMTPS indicates that Transport Layer Security (TLS) was used to encrypt the email. ESMTPSA signifies that both TLS encryption and SMTP Authentication were used. Authentication generally implies a higher level of trust, ensuring that the sender has authenticated with the mail server. STARTTLS is now the preferred method for securing SMTP connections, where a plain text connection is upgraded to a secure TLS connection. Older methods such as SMTPS are deprecated. RFCs and other documentation outline the implementation of these security measures and the role of authentication in verifying users. In practice, internal handoffs often use ESMTPSA, while MTA to MX communication relies on ESMTPS.
8 marketer opinions
ESMTPS and ESMTPSA are extensions to the SMTP protocol that enhance email security. ESMTPS signifies that Transport Layer Security (TLS) was used to encrypt the email transmission. ESMTPSA, in addition to TLS encryption, indicates that authentication was also used, implying a more secure connection as the sender authenticated with the mail server. While SMTPS (SMTP Secure) was an older, now deprecated method, STARTTLS is currently preferred, allowing for a plain text connection to be upgraded to a secure one using TLS. Implementing TLS/SSL encryption is crucial for securing SMTP to protect email content during transmission. The use of authentication ensures that only authorized users can send emails through the server.
Marketer view
Email marketer from MXToolbox explains that STARTTLS enables encryption for SMTP sessions. The protocol is initiated in plaintext, then upgraded to a secure, encrypted connection. It explains that STARTTLS is preferred over legacy SSL/TLS connections.
28 Oct 2023 - MXToolbox
Marketer view
Marketer from Email Geeks explains that in theory, ESMTPSA is more trusted because someone had to authenticate to the MTA to pass the message in, assuming the MTA isn't lying.
2 Jan 2023 - Email Geeks
2 expert opinions
In email communication, internal handoffs within a mail system often use ESMTPSA, indicating both TLS encryption and authentication. The transfer from the Mail Transfer Agent (MTA) to the receiving Mail Exchanger (MX) typically uses ESMTPS, employing TLS encryption alone. Modern email security relies on opportunistic TLS via STARTTLS, where the mail server announces TLS support for secure communication.
Expert view
Expert from Word to the Wise explains TLS (Transport Layer Security). The modern standard is opportunistic TLS using STARTTLS, where the mailserver announces that it supports TLS encryption.
24 Sep 2022 - Word to the Wise
Expert view
Expert from Email Geeks confirms that internal handoff is ESMTPSA and the one from the MTA to the MX is ESMTPS.
23 Jan 2023 - Email Geeks
6 technical articles
The RFC documentation outlines that Extended SMTP (ESMTP) provides the framework for extensions like TLS and authentication. RFC documents explain the implementation of TLS to secure SMTP connections and the addition of authentication mechanisms where clients log in to mail servers. STARTTLS, described in Microsoft documentation, allows upgrading plain text SMTP connections to encrypted ones. These RFC documents collectively provide the underlying specifications for achieving secure email transport and authentication relevant to understanding ESMTPS and ESMTPSA.
Technical article
Documentation from Microsoft explains that STARTTLS (opportunistic TLS) allows an SMTP client and server to upgrade a plain text connection to an encrypted (TLS or SSL) connection. This relates to the TLS component within ESMTPS.
12 Nov 2023 - Microsoft Docs
Technical article
Documentation from IETF explains about various RFCs regarding email transport security, which directly relates to the use of TLS with SMTP for secure communication.
5 Jun 2023 - IETF
Are SPF, DKIM, and DMARC as important in B2B as in B2C email marketing?
Do I need DMARC for transactional emails from a small website, and what are the best low-cost alternatives for sending emails if my IP is blocked?
Do PTR records and HELOs impact email deliverability?
How can I identify the SMTP provider from an MX record?
How do SPF, DKIM, and DMARC email authentication standards work?
What are SPF, DKIM, and DMARC, and when are they needed?