Possible Duplicate:
Determining the health/validity of an email address
How do I check whether the email address actually exist using Java and PHP? when the user type in an email address in the email field, beside the email of the form it will display whether it is valid or exist email address. First it will check whether it is in the correct format 'name@domain.com', Secondly it will check whether the email address is real and existing.