How do I check if the email recipient is truly existing and active when using the mail() function in PHP?
For example, a user must provide the page his email address in order for the page to process something the user wants. How can PHP check if the email address the user provides is actually active and existing?
Thanks.