Resources

Email Validator

Format

Check if email is well-formed

Domain

Check if the domain is a valid TLD

Disposable

Check if email is disposable or one-time use

Common catch-all

Check if email is a common catch-all address

Typo

Check if email has typos (eg. gmial.com)

MX or A/AAAA

Check if the domain has valid DNS records

Docs

Validate via API

You can also validate email addresses via our API.

$ curl -X "POST" "https://mailersense.com/api/v1/validate-email" -d $'{ "email": "team@mailersense.com" }'