Healthy STARTTLS mail server
Input: aspmx.l.google.com:25
Output: Banner: 220 mx.google.com ESMTP · STARTTLS supported · 78ms
500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.
Connect to any SMTP host on port 25 (or a custom port), capture the banner, send EHLO, and verify whether STARTTLS is advertised.
The SMTP Server Test opens a TCP socket to a mail-exchanger host on port 25 (or 465 SMTPS, 587 submission, or any custom port), reads the greeting banner, sends EHLO utilitykit.tools, and inspects the response capability list. The most important capability is STARTTLS — without it, mail to and from this server travels unencrypted across the public internet, exposing message content and any authentication credentials to passive eavesdroppers. The tool returns the resolved IP, port, round-trip time, raw banner, multi-line EHLO response, and a complete client/server transcript color-coded by direction. It does not actually upgrade to TLS or send any mail — the test stops at observing STARTTLS support and issues QUIT cleanly.
Input: aspmx.l.google.com:25
Output: Banner: 220 mx.google.com ESMTP · STARTTLS supported · 78ms
Input: legacy.example:25
Output: Banner: 220 legacy.example.com ready · STARTTLS NOT supported · 142ms
Input: no-mta.example:25
Output: Error: ECONNREFUSED — server is not accepting connections on port 25