johnkyle4 / php-email-address-validation

Automatically exported from code.google.com/p/php-email-address-validation
0 stars 0 forks source link

DNS check #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After extracting domain part just use DNS to check if there is such domain, and 
it have MX record. Very robust, simple, fast.

Configurable (can be disabled by default).

Original issue reported on code.google.com by witold.b...@gmail.com on 30 Jun 2010 at 1:31