Trusted by developers worldwide

Verify any email
address instantly

Usage-based pricing, billed monthly. Set up billing, run your first live verification free, then pay only for what you use.

Usage-based pricing billed monthly. Your first live verification is free once billing is set up.
Six checks. One verdict.
@

Syntax Validation

RFC-compliant format checking. Catches typos, missing domains, and invalid characters before they cost you.

MX

MX Record Lookup

DNS query confirms the domain can receive email. No MX records means no inbox — we catch dead domains fast.

SMTP Verification

Direct handshake with the mail server. We ask if the inbox exists — without sending a single email.

*

Catch-All Detection

Identifies servers that accept all addresses. These often lead to bounces and are flagged as risky.

Disposable Detection

Cross-references 3,000+ temporary email providers. Mailinator, Guerrilla Mail, YOPmail — all caught.

Role-Based Detection

Flags generic addresses like admin@, info@, and support@ that often go unmonitored or cause issues.

One call. Full results.

Simple REST API with API key auth. Get detailed verification results including all six checks, confidence score, and verdict in a single request.

Get your API key
# Verify a single email
curl https://verify-email.net/api/verify \
  -H "X-API-Key: ve_live_abc123..." \
  -G -d "[email protected]"

# Response
{
  "email": "[email protected]",
  "score": 95,
  "verdict": "deliverable",
  "checks": {
    "syntax":     { "valid": true },
    "mx":         { "hasMX": true },
    "smtp":       { "reachable": true },
    "catchAll":   { "isCatchAll": false },
    "disposable": { "disposable": false },
    "roleBased":  { "roleBased": false }
  }
}
Usage-based pricing, billed monthly.
Unlock
1 free
Set up billing and run one real verification free before monthly usage pricing starts.
  • Usage-based pricing billed monthly
  • 1 free live verification
  • Live API and dashboard access
  • No anonymous free lookups
Unlock free verification