search for: emailaddytest

Displaying 1 result from an estimated 1 matches for "emailaddytest".

2016 May 06
0
[off-topic] Validating e-mail address with php
...o several web application that rejected any e-mail address on the new gTLDs because the apps were badly written to validate with a hard-coded list of valid TLDs, I wrote a e-mail validation function that I *think* does things properly. Free for anyone to use who wants to. https://deviant.email/emailaddytest.phps What it really does is use the PHP built-in filter_var but it compensates for known bugs in the filter_var e-mail address validation. It return boolean. I *think* it will properly validate any legal routable address and reject any that are not. But bugs may exist. By default when the hos...