Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 644 | All time: 4,967 This week: 146 |
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 (2) |
File | Role | Description |
---|---|---|
readme.md | Doc. | Documentation |
EmailValidator.php | Class | EmailValidator class |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
php-email-validator-2014-12-25.zip 1KB | |
php-email-validator-2014-12-25.tar.gz 949 | |
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.