An open API service indexing awesome lists of open source software.

https://github.com/codewithsushil/email-checker

Email DNS Checker.
https://github.com/codewithsushil/email-checker

dns email email-checker email-dns-validation php-library validation

Last synced: 3 months ago
JSON representation

Email DNS Checker.

Awesome Lists containing this project

README

          

### Email Checker
* Email DNS Checker.

### `Usage`
```php
validate();

// Display results as a string
echo $validator->getResultsAsString();

// Display results as JSON
// echo $validator->getResultsAsJson();

} catch (Exception $e) {
echo "Error: ". $e->getMessage();
}
```