97%+ accuracy · results in milliseconds

email checker
that goes deeper

Check if any email address is valid, deliverable, and safe to send to. Our email checker connects directly to mail servers for real verification, not just regex patterns.

What our email checker catches

Bad emails destroy deliverability. Our email checker identifies problems before they reach your mailing list.

Invalid emails

Emails with typos, non-existent domains, or mailboxes that don't exist bounce and hurt your sender reputation.

Disposable emails

Temporary email addresses from services like Mailinator or Guerrilla Mail are used for spam signups and fake accounts.

Role-based emails

Addresses like info@, admin@, or support@ often go to shared inboxes and have higher complaint rates.

Email checker results explained

safe

Mailbox verified. Safe to send.

risky

Catch-all or unverifiable domain.

invalid

Mailbox does not exist. Do not send.

Live API Playground

Test the API with real validation. Every request hits our live infrastructure.

~/dev/email-validator
email:
Generated cURL command
curl -X POST https://api.verifykit.io/v1/verify \
-H "Authorization: Bearer vk_live_..." \
-d '{"email":"[email protected]"}'
HTTP 200 OK

Enter an email and validate to see results

$ ./validate --email [email protected]

~200ms
Average response time
99.9%
API uptime
1000+
Free validations/month

How the email checker works

Every email check runs through a multi-layer verification pipeline.

Step 1

Syntax & format check

Validates email format against RFC 5322. Catches typos, missing @ signs, invalid characters, and malformed domains.

Step 2

DNS & MX record lookup

Queries domain DNS records to confirm the domain exists and has mail exchange (MX) servers configured to receive email.

Step 3

Reputation & pattern analysis

Checks against 100,000+ known disposable email providers. Identifies role-based addresses and free email providers.

Step 4

SMTP mailbox verification

Connects to the recipient's SMTP server and checks if the specific mailbox exists. Detects catch-all domains and full inboxes.

Step 5

Score & grade

Combines all signals into a 0.0-1.0 deliverability score and assigns a quality grade: excellent, good, fair, or poor.

Check emails at any scale

From a single email check to millions per month. Plans that scale with your needs.

Free

$0/month
  • • 1,000 email checks/month
  • • single API key
  • • basic email validation
  • • API access
Start free

Starter

$9/month
  • • 5,000 email checks/month
  • • single API key
  • • real SMTP verification
  • • validation history
Get starter

Growth

$19/month
  • • 15,000 email checks/month
  • • single API key
  • • real SMTP verification
  • • validation history
  • • bulk email checking
Get growth
Most popular

Pro

$49/month
  • • 50,000 email checks/month
  • • unlimited API keys
  • • duplicate removal
  • • webhooks & callbacks
Get pro

Unlimited

$249/month
  • • unlimited email checks
  • • all pro features
  • • dedicated support
  • • fair usage up to 5M/month
Get started

Email checker FAQ

What does the email checker actually check?

Our email checker runs 5 layers of verification: syntax validation, DNS/MX lookup, disposable email detection, role-based address identification, and SMTP mailbox verification. Each email gets a deliverability score and quality grade.

How is this different from a simple regex email checker?

Regex only checks email format (syntax). Our email checker goes further by verifying DNS records, checking if the domain has mail servers, and connecting via SMTP to confirm the mailbox exists. This is the difference between 85% and 97%+ accuracy.

Can I check emails in bulk?

Yes. Bulk email checking is available on the Growth plan ($19/mo) and above. Upload CSV or Excel files to check thousands of emails at once. Results include downloadable reports.

How fast is the email checker?

Basic checks (syntax + MX) complete in ~100ms. Full SMTP verification takes 300-500ms on average. Our infrastructure runs on edge computing for consistent low-latency responses worldwide.

Does the email checker send emails to the address?

No. We never send emails to the checked address. SMTP verification works by initiating a connection to the mail server and checking if the mailbox exists without actually delivering a message.

Start checking emails today

Try the email checker above or get an API key for programmatic access.