Validador de Email

Comprueba si una dirección de email es sintácticamente válida (RFC 5322), con desglose de la parte local y el dominio.

Or paste a list (one per line) below to bulk-check.
Introduce un valor arriba para ver el resultado.

What is this for?

Most "email validators" are a one-line regex that approves not@an.email and rejects edge@case.io. This tool runs the structural checks RFC 5321 / 5322 actually require — local part charset, dot rules, label lengths, TLD shape, hard length limits — plus a disposable-domain hint. It tells you whether an address is well-formed; it doesn't tell you whether the mailbox exists (that needs a server-side MX/SMTP probe).

When to use it

Common gotchas