Transport Layer Security (TLS)
Mailofly uses opportunistic TLS (v1.2 and v1.3) by default for all outbound and inbound email delivery.How TLS Works in Email
When Mailofly delivers an email to a receiving mail server:- STARTTLS Handshake: Mailofly issues the
STARTTLScommand during the SMTP session. - Encrypted Channel: If the receiving server supports TLS, an encrypted channel is negotiated, protecting the email content and headers from interception or tampering in transit.
- Opportunistic Fallback: If the destination mail server does not support TLS, the email is delivered over standard plaintext SMTP to ensure non-disruptive delivery.