Developer Tools
Email Checker
Verify an address can receive mail — syntax, domain, MX, disposables, typos.
Updated July 10, 2026
How to use the email checker
- 1Enter the address.
- 2Read each layer: syntax, domain, mail servers.
- 3Watch for disposable and typo flags.
- 4Remember: mailbox existence is only proven by a reply.
Common uses
- Verifying a contact's address before an important send
- Catching gmial-style typos at signup
- Understanding why an address bounced
- Spotting disposable addresses in signups
Frequently asked questions
What does each check actually verify?
Four independent layers. Syntax: the address matches valid email structure (necessary, proves nothing about existence). Domain: DNS confirms the part after @ is a registered, resolving domain. Mail servers: the domain publishes MX records — the machines that accept its mail; no MX (and no fallback address) means mail physically cannot be delivered there. Disposable: the domain matches known temporary-inbox services. A pass on all four means mail sent there will be accepted by a real mail system — the strongest claim honest verification can make.
Why can't any tool verify the mailbox itself exists?
Because confirming a mailbox requires asking its mail server mid-SMTP-conversation ('RCPT TO: this user?'), and modern providers deliberately refuse to answer honestly: catch-all domains accept every address whether or not it exists, Gmail and Microsoft return acceptance regardless and sort later, and servers that do answer honestly get harvested by spammers — which is exactly why the behavior died. Paid 'verification' services run these SMTP probes anyway and return probabilities dressed as certainty. The only true mailbox test is sending a message that requires a reply or click.
What's the deal with disposable email addresses?
Services like Mailinator or 10minutemail hand out instant, often public, short-lived inboxes — legitimate for dodging newsletter spam, problematic when you need a lasting contact (the address may be unreadable within the hour, and many are readable by anyone who guesses the name). This checker flags the well-known domains; be aware the ecosystem churns new domains constantly, so detection is a strong filter, not a complete one. If you run signups: flag rather than block — disposable users often convert to real addresses when asked at the right moment.
How should I clean an email list with this?
Use it for the mechanical layer — spot-checking important addresses, catching typos before they bounce, and understanding why an address fails — but know the economics of scale: bulk sending to bad addresses causes bounces, and bounce rates above ~2% damage your sender reputation with mailbox providers. For lists in the thousands, that means dedicated verification services (probabilistic, but built for volume) plus the practices that matter more: confirmed opt-in at signup (which prevents bad addresses ever entering), and pruning subscribers who haven't opened in a year.
About this tool
The email checker verifies everything that can honestly be verified without sending: address syntax, whether the domain exists (via DNS-over-HTTPS), whether it publishes MX records — the servers that accept its mail — plus detection of known disposable-inbox services and common domain typos (gmial → gmail catches real signups). Each layer shows its result separately, so you know exactly what passed. The footer states the industry's inconvenient truth: no web tool can verify a specific mailbox exists — providers deliberately obscure that — so 'deliverable domain' is the honest ceiling, and this tool stops there.
The email checker connects to an external service to fetch live data, so some of what you enter is sent over the network to provide the result — see the note in the tool for specifics. We don't require an account, and we don't store your queries. Most tools on UtilityBase run entirely in your browser; this one needs the network to do its job. Browse more developer tools here.
Was this tool helpful?
Related tools
DNS Lookup
Query A, AAAA, CNAME, MX, TXT, and NS records over DNS-over-HTTPS.
Developer Tools
Grammar Checker
Grammar, spelling, and homophone checking with one-tap fixes — 25+ languages.
Text Tools
WHOIS Lookup
Domain age, registrar, expiry, and nameservers via RDAP — WHOIS's successor.
Developer Tools
URL Shortener
Turn long links into short permanent ones — no account, no tracking dashboard.
Productivity Tools
What Is My IP
Your public IP, and exactly what it reveals — location, ISP, timezone.
Developer Tools
Regex Tester
Test regular expressions live with match highlighting, groups, and a cheat sheet.
Developer Tools