How to check if an email address exists


How to check if an email address exists without sending an email? – PHP, Web and IT stuff

We have all been doing email address validation for a very long time to make sure that the email is correctly formatted. This is to avoid users entering wrongly formatted email address but still they can accidentally give us a wrong email address.
So is there a QUICK solution to really check the email without sending a test message to the user? Yes.

Related Posts