Validating email addresses by SMTP in realtime
Validation of email addresses. What a painful subject. About a year ago I looked into the possibility of using SMTP to validate email addresses. As it turns out, it’s not perfect (a lot of false-negatives) but it’s very reliable (I’ve failed to get any false-positives). The following code outlines how this works (written in PHP, […]
Continue Reading