Fast Email Validation Service
Email Validation as a HTTP Service with high-speed and concurrent checking !
$ php react server 8000
$ docker run -d -p 8000:8000 khanhicetea/fast-email-validation-service
$ 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
}
MIT License