Email list validator
Check a list of email addresses for syntax errors and common typos.
Related tools
Email list validator
Paste a list of email addresses, one per line, and this tool checks every one of them. Addresses can arrive messy: surrounding whitespace is tolerated, and the Name <[email protected]> form that email clients export is understood — the address inside the angle brackets is extracted and the display name discarded. Each address is then validated against the practical rules of email syntax: exactly one @, an ASCII local part with the usual dot, underscore, percent, plus and hyphen characters, no leading, trailing or doubled dots, and a domain with at least two labels ending in a real letters-only top-level domain (punycode xn-- domains pass too).
Beyond pure syntax, the tool flags the misspelled provider domains that plague signup forms — gmial.com, gamil.com, gmal.com, hotmial.com, yaho.com and outlok.com — and suggests the domain the sender almost certainly meant. The output selector decides what you get back: only the valid addresses (the default, ready to import), only the rejects (to fix or discard), or the full list annotated line by line with OK, the reason an address failed, or a did-you-mean suggestion. Duplicates are removed case-insensitively by default, and everything can be lowercased in one pass.
Be clear about what this is: a syntax and typo check. Nothing here connects to a mail server, so it cannot promise that a mailbox exists or that a message will be delivered — no tool that respects your privacy can, because verifying deliverability means contacting the domain. What it does catch is the broken, malformed and mistyped entries that would bounce anyway.
The whole check runs in your browser. A mailing list is personal data, and it never leaves your device.