1001Ferramentas
📬 Text

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?
On those domains it only cuts the +tag. Dots are preserved on purpose, since Microsoft and others treat john.doe and johndoe as distinct addresses.
Does it check whether the address really exists?
No. There is no syntax, DNS or delivery check. It only rewrites the address into a comparable form and removes duplicates.
Can I send email to the normalized address?
On Gmail it usually arrives, but the safer habit is to keep sending to the address the person signed up with and use the normalized one purely for deduplication.

Related Tools