Layered verification
Syntax, Unicode domains, MX records, SMTP responses, and typo suggestions contribute separate evidence to the result.
An email verification toolkit that combines syntax checks, MX lookup, SMTP probing, and bulk processing without sending a message.
A regex can tell you whether an address looks plausible. Email Checker follows the address through DNS and the receiving mail server so an operator can make a better decision before adding it to a workflow.
The validation pipeline normalizes the address, checks syntax and domain records, detects disposable or role-based mailboxes, and can perform an SMTP handshake. The package exposes the result through a library, CLI, bulk worker, and hosted interface.
Syntax, Unicode domains, MX records, SMTP responses, and typo suggestions contribute separate evidence to the result.
Disposable providers, role addresses, and common consumer domains receive explicit labels.
Queue-based processing and greylist-aware retries support lists that cannot finish inside one request.
Developers can run a single check from code, use the CLI, process a file, or try the hosted web interface.
SMTP servers vary in how much mailbox information they reveal, so the output keeps each check visible instead of hiding uncertainty behind one score.
The verifier does not send a message to the target address during its checks.