Validation is true?
Closed this issue · 1 comments
tomoeuehara commented
Good day,
When I tested your code, it only checks for valid MX-Records without really checking whether it's really exist or not.
You can input random non exist email address, like "120397sakj1487df@gmail.com" and the json will still returns true.
So in summary, this isn't a true email validator.
neo22s commented
Theres only 1 way to validate that.
Sending an email to the email address and check if they opened it. So no we do not do that , and never have claimed we do.
Also we do not only check MX. please read https://github.com/neo22s/emailvalidator/blob/master/emailvalidator.php#L21