hbattat / verifyEmail

PHP class that can be easily used to verify an email address and make sure it is valid and does exist on the mail server. For a supported option please visit the site
https://hbattat.com/verifyemail.html
Apache License 2.0
545 stars 170 forks source link

Gmail validation no longer working #39

Open swaykay-foreveralearner opened 7 years ago

swaykay-foreveralearner commented 7 years ago

This lib used to work very well for me, but now it just returns bool(false) even when i go back to old codes that i've used it for, it now gives bool(false).

hbattat commented 7 years ago

It does work, your server might be blacklisted or something.

masterseo2000 commented 6 years ago

does the lib give you an error message when the connection is refused due to blacklist?