โ† Back to all tools
๐Ÿ›ก๏ธ Free to use โ€” no signup needed

Email Address Validator

Check if an email address is valid, deliverable, disposable, or role-based. Instant results with MX record verification.

Your data is processed securely. We don't store or share email addresses.

๐Ÿ“‹ Batch Validation

Paste up to 50 email addresses, one per line.

What We Check

โœ‰๏ธ

Syntax Validation

RFC 5322 compliant format checking. Catches typos, missing domains, and invalid characters.

๐Ÿ”

MX Record Lookup

Verifies the domain has mail servers configured and can actually receive email.

๐Ÿšซ

Disposable Detection

Identifies 5,000+ temporary/throwaway email providers like Mailinator, Guerrilla Mail, etc.

๐Ÿ‘ค

Role Detection

Flags role-based addresses (info@, admin@, support@) that aren't personal inboxes.

๐Ÿข

Provider Classification

Distinguishes between free providers (Gmail, Yahoo) and business/custom domains.

๐Ÿ“Š

Quality Scoring

0-100 deliverability score based on all checks combined. Higher = more likely to reach a real inbox.

Email Validation API

Integrate email validation into your app with a simple REST API.

# Validate a single email
curl "https://useful-patch.com/api/email/validate?email=john@example.com"

# Batch validate (up to 50)
curl -X POST "https://useful-patch.com/api/email/validate/batch" \
  -H "Content-Type: application/json" \
  -d '{"emails": ["john@example.com", "test@mailinator.com"]}'

# Response
{
  "email": "john@example.com",
  "valid": true,
  "score": 95,
  "verdict": "valid",
  "checks": { "syntax": true, "mx_records": true, "disposable": false }
}

API Pricing

Free

ยฃ0
forever
  • 20 validations/hour
  • Single + batch
  • All checks included
  • No API key needed
Try it now

Pro

ยฃ49
per month
  • 50,000 validations/month
  • Webhook notifications
  • Batch up to 500
  • Priority support
Get Started