Effortlessly validate email addresses
A fast, reliable, and feature-rich email validation API service. Protect your applications from invalid, disposable, and potentially harmful email addresses.
- Real-time Email Validation: Syntax checking, MX record verification, and more
- Disposable Email Detection: Block temporary and throwaway email addresses
- Bulk Validation: Process multiple emails in a single request (DONATUR plan)
- High Performance: Built with FastAPI for maximum speed and efficiency
- Developer Friendly: Comprehensive documentation and examples
- Enterprise Ready: Rate limiting, monitoring, and high availability
import requests
api_key = "your-api-key"
headers = {"Authorization": f"Bearer {api_key}"}
response = requests.post(
"https://api.youremailvalidator.com/api/v1/validate-email",
headers=headers,
json={"email": "user@example.com"}
)
print(response.json())
Feature | Free | DONATUR |
---|---|---|
Daily Requests | 100 | Unlimited |
Email Validation | ✅ | ✅ |
Disposable Check | ✅ | ✅ |
MX Record Verification | ❌ | ✅ |
Bulk Validation | ❌ | ✅ |
Custom Settings | ❌ | ✅ |
Support | Community | Priority |
- User registration forms
- Newsletter subscriptions
- Lead verification
- Customer data cleaning
- Email marketing list validation
- Fraud prevention
We welcome contributions! Please see our Contributing Guide for details.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- 📧 Email: fathin@youremailvalidator.com
- 🐛 Issues: GitHub Issues
For others issues or quetions, please email fathin@youremailvalidator.com