Syntax and format validation. The tool instantly parses the address against RFC 5322 formatting rules. It catches missing @ symbols, illegal characters, consecutive dots, excessively long local parts, and trailing spaces that would cause an immediate rejection at the sending server. This check takes less than one millisecond and eliminates roughly 10–15% of problematic addresses in uncleaned lists before any network calls are made.
Domain and DNS resolution. Next, the tool queries the DNS system to confirm the domain portion of the address is actively registered and resolving. It checks A records, AAAA records, and SOA records to verify the domain is live. If the domain does not exist, has expired, or returns NXDOMAIN, the tool immediately flags the address as a guaranteed hard bounce. It also detects common domain typos — gmial.com, yaho.com, hotmal.com, outlok.com — and surfaces them so you can correct the address rather than discard it.
MX record lookup and mail server discovery. The tool retrieves all MX (Mail Exchanger) records for the domain and ranks them by priority. It tests connectivity to the primary MX server and, if that server is unreachable, falls back to secondary and tertiary servers. Domains without any MX records, or with MX records pointing to unreachable hosts, are flagged as undeliverable. The tool also checks for misconfigured MX records such as loopback addresses (127.0.0.1) or null MX entries (RFC 7505) that explicitly declare the domain does not accept email.
SMTP handshake and mailbox probe. This is the most predictive step. The tool opens a direct SMTP connection to the mail server and initiates a standard mail transaction: it sends EHLO, MAIL FROM, and RCPT TO commands using the target address. The server’s response to the RCPT TO command reveals whether the specific mailbox exists. A 250 response confirms acceptance; a 550 response indicates the mailbox does not exist. The tool interprets these responses in context, accounting for catch-all servers that accept all addresses regardless of mailbox existence, greylisting systems that temporarily reject first attempts, and rate-limiting policies that defer responses under high query volumes. No email content is transmitted during this process.
Reputation and risk analysis. Finally, the tool aggregates data from all preceding checks and cross-references it against proprietary databases of known disposable email providers, spam trap patterns, role-based address conventions (info@, admin@, sales@), and historical bounce data from millions of previous verifications. The combined signals produce a single bounce risk score and delivery prediction that reflects the real-world likelihood of a successful delivery.
Real-time results. The entire pipeline completes in 3–8 seconds depending on the responsiveness of the target mail server. Results appear instantly in the output panel above the form, with each verification step showing its individual pass/fail status alongside the overall delivery prediction. No account registration is required, and you can check unlimited addresses for free.