How to check whether an email id exists or not?
How to check whether an email id exists or not using PHP? and to get information about the owner of the email id? is it possible to get the information about the owner of the email id? do have to work with some protocols like POP? Please help me. RobertPitt Lets say a user submits the following email address: stackuser@stackoverflow.com The checks you would want to perform in order are like so: Is the address valid Does the domain run a mail server / MX Records Is it blacklisted Firstly within PHP you can validate an email by using filter_var like so: $is_valid = filter_var("stackuser