Does anybody have a good function for validating email addresses by SMTP in PHP?
Also, is it worth it? Will it slow down my server?
–> EDIT: I am referring to something like this:
http://onwebdevelopment.blogspot.com/2008/08/php-email-address-validation-through.html
which is meant to complement validation of the syntax of the email address.
It looks complicated though, and I was hoping there was a simpler way of doing this.
If you want to check if there is a mail exchanger at the domain, you can use something like this:
Usage: