PHP Email Verifier and Validator
Tired of duff email addresses in your database? Need to build accurate email verification into your PHP scripts?If so, PHPMailCheck is for you....
Features include
- Syntax checking
- Domain name check - checks for existence of SOA record
- MX record check
- Real-time SMTP validation with the recipients mail server
- Easy to use - simply create an object and give it the email address
- Can be used to process submitted data from HTML forms, or anywhere else within a PHP program
