Im also working on a email checker that had 3 levels of checking, the first level is a format check, it checks to see if its a correct email format, the second checks the email MX server and see if its an actual email server thats accepting emails, the third check will check the MX server but also check if the user (user@domain.com) actual has a working email account there, Im gonna make it into a functions such as this and you can check emails by check_email($email,$level);
|