Real-time email verification with SMTP, MX, and catch-all detection. Pay only for what you use — no credit packs, no commitments.
RFC-compliant format checking. Catches typos, missing domains, and invalid characters before they cost you.
DNS query confirms the domain can receive email. No MX records means no inbox — we catch dead domains fast.
Direct handshake with the mail server. We ask if the inbox exists — without sending a single email.
Identifies servers that accept all addresses. These often lead to bounces and are flagged as risky.
Cross-references 3,000+ temporary email providers. Mailinator, Guerrilla Mail, YOPmail — all caught.
Flags generic addresses like admin@, info@, and support@ that often go unmonitored or cause issues.
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 } } }