($check===TRUE)?TRUE:FALSE, 'message' => ($check===TRUE)?$_REQUEST['email']:$check) )); } ?> Email Validator, Free API, Verify email addresses.

Email Validator!

Email Validator!

Email Validator is a free JSON API that gives you a simple way to validate/verify email addresses. You can get the free source code and run it on your server or use this service for free ;)



How to use it?

index.php/[email protected]
OR
emailvalidator::check('[email protected]');

How works?

1. checks Email Format/Syntax
2. checks MX-Records (SMTP)
3. checks for Disposable Addresses
4. returns JSON
{"valid":true,"message":"[email protected]"}
{"valid":false,"message":"Banned domain sharklasers.com"}

Made by Chema Thanks to Disposable Emails