Download .zip |
Info | Documentation | View files (2) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2014-12-25 (3 years ago) | Not enough user ratings | Total: 627 | All time: 4,908 This week: 458 |
Version | License | PHP version | Categories | |||
php-email-validator 1.0.0 | BSD License | 5.0 | Email, Networking, PHP 5, Validation |
Description | Author | |
This class can check if a email address is valid with the SMTP MX server. |
Check:
$validator = new EmailValidator('test121212321312@gmail.com', 'mydomain.com', 'noreply@mydomain.com');
if ($validator->validate()) {
echo 'valid email';
} else {
echo 'invalid email';
}
Only for non-IDN emails
Files |
File | Role | Description |
---|---|---|
readme.md | Doc. | Documentation |
EmailValidator.php | Class | EmailValidator class |
php-email-validator-2014-12-25.zip 1KB | |
php-email-validator-2014-12-25.tar.gz 846 | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.