⚡ Real-time SMTP Verification

Verify Any Email
In Seconds

Check if an email actually exists, detect catch-all, disposable, and role accounts — no email sent.

12+Checks per email
<3sAverage speed
99%Accuracy

What We Check

Deliverability

SMTP handshake to confirm mailbox exists

🛡️

Syntax Check

RFC-compliant email format validation

📡

MX Records

DNS lookup for valid mail exchange servers

🎯

Catch-All Detection

Identify domains that accept any address

🗑️

Disposable Detection

Detect temporary/throwaway email services

👤

Role Account

Flag info@, admin@, support@ addresses

📭

Full Inbox

Check if mailbox storage is full

🚫

Disabled Check

Detect deactivated email accounts

🆓

Free Provider

Identify Gmail, Yahoo, Outlook etc.

Bulk Verify

Paste emails or upload a CSV — verify hundreds of emails at once

API Access

Integrate email verification into your app with a single API call

Single Verify

curl -X POST https://verify.leadmentorz.com/api/v1/verify \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email": "john@company.com"}'

Bulk Verify

curl -X POST https://verify.leadmentorz.com/api/v1/verify/bulk \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"emails": ["a@test.com","b@test.com"]}'

Response

{
  "email": "john@company.com",
  "result": "safe",
  "deliverable": true,
  "catch_all": false,
  "disposable": false,
  "mx_found": true,
  "smtp_connect": true,
  "role_account": false
}

Simple Pricing

Pay only for what you use. No monthly fees.

Free
$0
  • ✅ 50 verifications/day
  • ✅ Single email verify
  • ✅ Full result details
  • ❌ API access
  • ❌ Bulk verify
Enterprise
Custom
  • ✅ Unlimited verifications
  • ✅ Dedicated support
  • ✅ Custom integrations
  • ✅ SLA guarantee
  • ✅ Webhook callbacks
Contact Us