Test any
SMTP server
Open a connection to any mail server and see how it responds — connect time, greeting banner, TLS support and the full EHLO capability list, in seconds.
Catch mail problems before your users do.
A silent SMTP server is a silent outage — verify it answers, encrypts, and advertises what you expect.
Confirm connectivity
Verify the server is reachable on the port you expect and measure how quickly it accepts a connection.
Check TLS support
See whether the server negotiates encryption — implicit TLS on 465 or STARTTLS on 25/587 — and which protocol it uses.
Inspect EHLO capabilities
Read the full list of extensions the server advertises, from SIZE and PIPELINING to AUTH and 8BITMIME.
Diagnose firewalls
A connection timeout or refusal usually means a firewall or the wrong port — surface it here, not in a stuck queue.
No credentials needed
The test only opens a connection and reads the handshake. It never authenticates, so you never share a password.
Instant results
Point it at a host and port and get the greeting, capability list and TLS status back in a single request.
SMTP ports, demystified.
Which port to use — and how encryption actually gets negotiated on each one.
Port 587 — Submission
The modern default for sending authenticated mail. It starts unencrypted and upgrades to TLS via the STARTTLS command. Use this unless you have a reason not to.
Port 465 — Implicit TLS
The connection is encrypted from the very first byte (SMTPS), with no plaintext phase. Reinstated by RFC 8314 as a recommended submission port.
Port 25 — Relay
The original server-to-server relay port. Most residential and cloud networks block outbound 25, so it is rarely used for application sending.
Port 2525 — Alternate
Not an official standard, but widely offered as a fallback when 587 is blocked by a network. Behaves like 587 with STARTTLS.
STARTTLS vs implicit TLS
STARTTLS (25, 587) opens in plaintext and asks to upgrade. Implicit TLS (465) is encrypted from the start. This tool reports which model a server offers.
What EHLO tells you
After connecting, a client sends EHLO and the server replies with the extensions it supports — STARTTLS, AUTH, SIZE, PIPELINING and more. That list is what this tool reads back.
Skip SMTP setup entirely.
Skip SMTP setup headaches — send through Bitelio's managed SMTP relay with SPF/DKIM handled for you. Free to start, no credit card required.