How the Email Validator & Cleaner Works
AnyTool validates and cleans email lists entirely in the browser. Each address is syntax-checked (RFC-style local/domain rules), classified as personal, business, role (info@, admin@, support@…), or disposable, and matched against a 120,000+ disposable-domain list (lazy-loaded so the page stays fast). Likely typos in provider domains are caught with Levenshtein distance against the most-mistyped providers (e.g. gmial.com → gmail.com, gmail.con → gmail.com), and Gmail dot/plus aliases can be normalised to a canonical address. The list can be de-duplicated, summarised by domain and type, previewed in a virtualised table, and exported as CSV or copied as cleaned valid addresses. Live DNS/MX and SMTP mailbox verification are deliberately not performed — those require a server — so the trade-off is full privacy and unlimited volume in exchange for not confirming live deliverability.
- Runs client-side — the contact list is never uploaded
- Syntax validation + personal/business/role classification
- 120k+ disposable-domain detection (lazy-loaded)
- Typo suggestions (Levenshtein) + Gmail alias normalisation
- De-duplication, by-domain stats, CSV/TXT export
- No SMTP/MX (needs a server); no CDN, no backend, no number cap
