Email Normalizer
Normalize email addresses by removing Gmail dots and everything after the "+", matching addresses that point to the same inbox. Useful to detect duplicate accounts. Everything in your browser.
—
Como funciona?
Para Gmail (incluindo @googlemail.com): pontos no local-part são ignorados (fulano = f.u.l.a.n.o) e tudo após o + é alias. Para outros provedores, só o +tag é removido. Isto não é regra universal — apenas reflete o comportamento mais comum.
When two addresses are the same inbox
Your list has [email protected], [email protected] and [email protected]. That is three rows in the CRM, three contacts in the campaign and three messages landing on one person, who will hit the spam button by the third. Paste the list here, one address per line, and you get the canonical form of each one with duplicates already dropped and a count of how many were merged.
The rules are not the same everywhere. On gmail.com and googlemail.com dots in the local part are ignored (johndoe and j.o.h.n.d.o.e reach the same inbox) and googlemail is rewritten as gmail. On every other domain only the part after the plus sign is cut and dots are kept, because Outlook, Yahoo and corporate mail servers treat a.b@ and ab@ as different mailboxes. This is provider convention, not an internet rule.
The tool validates nothing: no syntax check, no domain lookup, no proof the mailbox exists, and a line without an at sign comes back untouched. Keep the original address in your database and use the normalized one only as a comparison key; send mail to whatever the person typed. The lowercase toggle helps because domains are case insensitive. The whole list is processed in your browser and never leaves it.
Frequently asked questions
Does it work with Outlook, Hotmail and Yahoo?
Does it check whether the address really exists?
Can I send email to the normalized address?
Related Tools
Unicode Normalizer (NFC/NFD)
Apply Unicode normalization NFC, NFD, NFKC or NFKD to a text. Shows codepoint count before and after.
Remove Accents
Remove accents and special characters from text. Useful for normalizing data, generating slugs and preparing text for legacy systems.
Common Passages Finder
Finds identical passages shared by two texts from N words up, lists each one with its position and reports the overlap percentage.