Email Address Validator - Verify Syntax & Deliverability
Check whether an email address is valid and deliverable. We verify the RFC syntax, confirm the domain has live mail servers (MX records), and flag disposable or role-based addresses.
How Email Validation Works
Syntax checking
The first step confirms the address follows the format defined by email standards: a local part, an @ sign, and a domain. We use PHP's built-in RFC-aware validator to catch typos, illegal characters, and malformed domains before any network lookup.
MX record verification
A valid format does not mean the address can actually receive mail. We query the domain's DNS for MX (Mail Exchange) records, which name the servers responsible for accepting its email. If no MX records exist, we fall back to checking for an A/AAAA record, because some mail servers will deliver there as a last resort.
Disposable and role-based flags
- Disposable: Throwaway providers (such as Mailinator) create addresses that expire quickly. They are valid but rarely worth adding to a mailing list.
- Role-based: Shared mailboxes like
info@orsupport@are read by teams, not individuals, and often bounce marketing email.
These are advisory warnings, not failures - the address may still be perfectly usable depending on your goal.
What this tool does not do
It does not connect to the mail server to confirm the specific mailbox exists (SMTP probing), because most providers block this and it can harm your sender reputation. A “Valid & Deliverable” result means the domain can receive mail, not that the exact inbox is active.
Frequently Asked Questions
Frequently Asked Questions
What does the Email Address Validator actually check?
Does this tool confirm that the specific mailbox exists?
Why did I get a Warning instead of a Pass?
How does the tool detect disposable and role-based addresses?
Do you store or save the email addresses I enter?
How this tool works: This tool runs in your browser and on our server in real time. Depending on the tool, results are computed directly from the input you provide or retrieved from live, authoritative data sources at the moment you run a lookup. We do not sell your data, and your lookups are kept private — any history shown here is stored only on your device.