Published on April 12, 2026 • By Kaiju Team
Email verification is the process of checking that an email address is real, reachable and safe to send to — before you put it in a campaign or a CRM. Done properly it protects your sender reputation, cuts ESP costs and keeps your deliverability metrics out of the red zone. This guide covers how it works end-to-end in 2026, which signals actually matter, and how to pick a workflow that fits your volume.
Email verification is a staged check that answers one question: if I send to this address, will it land? Good verifiers ladder through syntax, DNS and SMTP probes, flagging hard bounces, spam traps, disposable addresses and role-based inboxes. The output is a verdict (valid / invalid / risky) plus sub-reasons you can act on.
ISPs like Gmail and Yahoo now enforce a 0.3% spam rate threshold for bulk senders. Cross that and your messages get deprioritized or blocked outright. Bounce rate above 2% puts you in the same bucket. Verification is the cheapest way to stay below both limits.
The verifier runs a regex + grammar parser against the address. john..doe@site fails here. This catches ~5-8% of a typical list.
A DNS query checks that the domain exists and has at least one MX record (the mail server that would receive the message). No MX = no inbox = hard bounce.
The verifier opens a TCP connection to the MX server, issues HELO, MAIL FROM, RCPT TO <target> and reads the response code without actually sending DATA. Codes 250 = deliverable; 550 = rejected. Catch-all servers answer 250 to everything, which is why verdicts for those return "accept-all" rather than "valid".
On top of the handshake, serious verifiers cross-check against databases of disposable domains, known spam traps, role-based aliases (info@, admin@) and complaint lists. This is what separates a 95% accurate tool from a 98% accurate one.
| Use case | Mode | Latency budget |
|---|---|---|
| Signup form | Real-time API | < 500ms |
| Monthly list cleanup | Bulk (CSV/batch) | Minutes/hours |
| CRM sync | Webhook + queue | Seconds |
| Lead enrichment | Batch via SFTP | Hours |
Try the free single-address verifier to see a real-time check in action, or use the bulk cleaner for CSV uploads.
info@, sales@. Low engagement, high complaint risk.For the technical side of SMTP probing see our SMTP validation deep dive; for the authentication layer (SPF/DKIM/DMARC) see email authentication explained.
It checks an address in four stages — syntax, DNS/MX, SMTP handshake and risk signals — and returns a verdict of valid, invalid, risky or unknown. You use that verdict to decide whether to send.
Top-tier tools achieve ~98% accuracy. The remaining 2% is inherent — catch-all servers accept everything and spam traps are invisible by design. No tool reaches 100%.
Every 30-90 days for active lists, immediately before any bulk send, and at the point of collection via a real-time API.
Yes — most providers (including KaijuVerifier) offer a free tier. Try the free verifier or see pricing for bulk volumes.
No — delivery also depends on your content, authentication and sender reputation. Verification is necessary but not sufficient. Pair it with SPF/DKIM/DMARC and good list hygiene.
No credit card. Upgrade only when you scale past the free tier.
Create free account