require('email.class.php');
$email = 'email@example.com';
$api = new Email($email);
echo $api->verify(); // return json output
This open-source software is distributed under the MIT License. See LICENSE.md
All kinds of contributions are welcome - code, tests, documentation, bug reports, new features, etc...
- Send feedbacks.
- Submit bug reports.
- Write/Edit the documents.
- Fix bugs or add new features.