Check an ordinary email address for local-part, domain, and length syntax.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The address is trimmed, split at its at-sign, checked for local and domain lengths and dot placement, and matched against a simplified addr-spec pattern. It validates syntax only and does not send mail or query DNS.
[email protected]
Valid email: [email protected]
Signup forms, mailing-list imports, and SMTP configuration validate addresses.