All Tools
Free ToolReference

STARTTLS vs Implicit TLS Explainer

Three SMTP ports, two TLS modes, one extremely common misconfiguration. This guide picks the right combo.

Port → TLS mode reference
PortUseTLS modeNote
25Server-to-server relaySTARTTLS (opportunistic)Often unencrypted in legacy paths. MTA-STS / DANE fixes this for inbound.
465Submission (legacy)Implicit TLS (SMTPS)Connection is TLS from the first byte. Resurrected in RFC 8314 (2018).
587Submission (modern)STARTTLS requiredDefault for mail clients. Requires authentication.
2525Alternative submissionSTARTTLS or implicitUsed by ESPs (SendGrid, Mailgun) when ISPs block 25/587.
STRIPTLS downgrade attack

On port 25 with opportunistic STARTTLS, a man-in-the-middle can strip the STARTTLS advertisement and force plaintext. MTA-STS and DANE were designed to prevent this. Mail clients on port 587 should always REQUIRE STARTTLS, not just attempt it.

What it does

Per-port reference (25, 465, 587, 2525) with the right TLS mode for each. Includes the STRIPTLS downgrade-attack note.

When to use

Configuring a relay. Configuring a mail client. Diagnosing 'works in some clients, fails in others'.

FAQ

You know the rule. See where you sit against it.

Reference pages tell you the benchmark. Outsolvi tells you whether your team is above or below it — per-rep, per-deal, per-week — and which behavior changes move the number. From $7/user/mo yearly.

See your number
Nate SummersCo-Founder, Outsolvi

Nate built Outsolvi after watching every email-tracking tool he had ever used lie to him about opens. Outsolvi runs Tier 1 to 5 confidence scoring on every open, native in Outlook and Gmail, so the number on the dashboard is one a rep can actually act on.

Last reviewed May 25, 2026Editorially independent

We update these pages when the underlying mechanics change — new mailbox-provider rules, new tracker behavior, new measurement gaps. The dates above are real revisions, not auto-touches.