Skip to content

khanhicetea/fast-email-validation-service

Repository files navigation

Fast Email Validation Service

Email Validation as a HTTP Service with high-speed and concurrent checking !

Why is it fast ?

Get Started

Run on command line

$ php react server 8000

Run as docker service

$ docker run -d -p 8000:8000 khanhicetea/fast-email-validation-service

Using

$ curl "http://localhost:8000/validate?q=hi@khanhicetea.com"

Result

{
  "valid_format": true,
  "disposable_email_provider": false,
  "valid_host": true,
  "free_email_provider": false,
  "valid_mx_records": true,
  "role_or_business_email": true
}

Contributors

  • @khanhicetea

License

MIT License

Releases

No releases published

Packages

 
 
 

Languages