Skip to content

User Guide for using eeffortlessly validate email addresses with our open-source solution.

Notifications You must be signed in to change notification settings

YourEmailValidator/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation



Your Email Validator Logo

Your Email Validator

Effortlessly validate email addresses

WebsiteDocumentation

Your Email Validator in Action

A fast, reliable, and feature-rich email validation API service. Protect your applications from invalid, disposable, and potentially harmful email addresses.

Features ✨

  • 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

Quick Start 🚀

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())

Documentation 📚

Plans & Pricing 💰

Feature Free DONATUR
Daily Requests 100 Unlimited
Email Validation
Disposable Check
MX Record Verification
Bulk Validation
Custom Settings
Support Community Priority

View detailed pricing

Use Cases 🎯

  • User registration forms
  • Newsletter subscriptions
  • Lead verification
  • Customer data cleaning
  • Email marketing list validation
  • Fraud prevention

Contributing 🤝

We welcome contributions! Please see our Contributing Guide for details.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Support 🆘

Others

For others issues or quetions, please email fathin@youremailvalidator.com

About

User Guide for using eeffortlessly validate email addresses with our open-source solution.

Topics

Resources

Stars

Watchers

Forks