TLS is the encryption protocol used to secure email in transit between mail servers (SMTP over TLS). When email is sent with TLS, the contents of the message are encrypted as they travel between servers, preventing interception.
Why TLS matters for deliverability:
- Google's 2024 sender guidelines require TLS encryption for bulk senders
- Postmaster Tools reports your TLS compliance rate
- Not using TLS is increasingly a negative signal to modern filtering systems
How to enable: Most modern ESPs and mail servers support STARTTLS or SMTPS by default. Ensure your sending server is configured to use TLS for all outbound SMTP connections.