项目作者: khanhicetea

项目描述 :
Fast Email Validation Service
高级语言: PHP
项目地址: git://github.com/khanhicetea/fast-email-validation-service.git
创建时间: 2017-07-28T09:39:10Z
项目社区:https://github.com/khanhicetea/fast-email-validation-service

开源协议:MIT License

下载


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

  1. $ php react server 8000

Run as docker service

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

Using

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

Result

  1. {
  2. "valid_format": true,
  3. "disposable_email_provider": false,
  4. "valid_host": true,
  5. "free_email_provider": false,
  6. "valid_mx_records": true,
  7. "role_or_business_email": true
  8. }

Contributors

License

MIT License