Email verification
that actually works
Verify email addresses in real-time. Reduce bounces, protect your sender reputation, and ensure deliverability with 95%+ accuracy.
100 free credits · No credit card required
Trusted by developers building email workflows at scale
How it works
Three-step verification process ensures maximum accuracy
Syntax Validation
RFC 5322 compliant email format validation. Catches typos and formatting errors instantly.
Domain & MX Check
Verifies domain exists and has valid mail exchange records configured.
Mailbox Verification
SMTP-level verification confirms the mailbox exists without sending an email.
Simple API integration
One API endpoint. JSON in, JSON out. Integrate in minutes with any language or framework.
- Single & bulk verification endpoints
- Detailed response with 10+ data points
- Average response time under 2 seconds
# Verify a single email
curl -X POST https://mailvalid.io/api/v1/verify/single \
-H "X-API-Key: mv_live_your_key" \
-H "Content-Type: application/json" \
-d '{"email": "test@example.com"}'
# Response
{
"success": true,
"result": {
"email": "test@example.com",
"status": "valid",
"is_valid": true,
"is_disposable": false
}
}
Comprehensive detection
Every verification includes multiple data points
Disposable Emails
Detect temporary email services
Role-Based
Identify info@, support@, etc.
Free Providers
Gmail, Yahoo, Outlook detection
Catch-All
Domains that accept all emails
Built for every use case
From signup forms to bulk list cleaning, verify emails wherever you need them
SaaS Signup Verification
Verify emails at registration to prevent fake accounts, reduce spam signups, and improve user quality from day one.
Email List Cleaning
Clean your marketing lists before campaigns. Remove invalid, disposable, and risky emails to protect sender reputation.
E-commerce Checkout
Validate customer emails during checkout to ensure order confirmations and shipping updates reach them.
CRM Data Hygiene
Keep your CRM clean with regular verification. Identify stale contacts and maintain high-quality lead data.
Lead Generation
Verify leads in real-time as they come in. Filter out fake submissions and focus on real prospects.
Recruiting & HR
Verify candidate contact information before outreach. Ensure your job offers and updates reach the right inbox.
Why developers choose Mailvalid
Built by developers, for developers who need reliable email verification
Sub-second response times
Average API response under 500ms. Perfect for real-time form validation without slowing down your UX.
Credits never expire
Buy once, use whenever. No monthly subscriptions required. Pay only for what you use.
Developer-first API
Clean JSON responses, comprehensive docs, and code examples in every major language. Integrate in minutes.
95%+ accuracy guarantee
Multi-layer verification including syntax, DNS, MX records, and SMTP mailbox checks for maximum accuracy.
Bulk verification support
Verify thousands of emails at once with our bulk API endpoint. Perfect for list cleaning and migrations.
99.9% uptime SLA
Enterprise-grade infrastructure with redundancy across multiple regions. Your verification never stops.
Frequently asked questions
Everything you need to know about email verification
How does email verification work?
What is a disposable email?
What is a catch-all domain?
Do credits expire?
What counts as one verification credit?
Is there a rate limit?
What's the difference between Mailvalid and
ZeroBounce/NeverBounce?
Works with your stack
RESTful API with examples in every major language
Ready to verify emails?
Start with 100 free credits. No credit card required. Set up in under 5 minutes.