Trusted by developers worldwide

Verify any email
address instantly

Real-time email verification with SMTP, MX, and catch-all detection. Pay only for what you use — no credit packs, no commitments.

3 free verifications remaining today
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 }
  }
}
Pay for what you use.
Free
$0
Try it on the homepage. No signup needed.
  • 3 verifications per day
  • All 6 verification checks
  • Instant results
  • No account required
Try it above