Email Validator

Validate email format and check MX records.

Result:

 

What does Email Validator do?

Validates email format and checks MX records (whether the domain accepts mail). Client-side format check + DNS lookup for MX.

What is it used for?

  • Forms: Pre-validation before submit
  • Lists: Clean invalid email addresses
  • Debugging: Verify domain has mail servers

How it works

Format check uses RFC 5322-style regex. MX check uses Google DNS (type 15). Does not verify if the mailbox exists.