skmetaly / laravel-smtp-email-verifier

Laravel SMTP Email Validator. Simple email validator for laravel that tries to check with SMTP server if the given email addresses exists or not
MIT License
18 stars 10 forks source link

Always returning false, even in testing #5

Open dustingtaylor opened 7 years ago

dustingtaylor commented 7 years ago

Hi there, using this with Laravel 5.4 and it's always returning false, and when testing it through php artisan command, I always get, "The email address is not valid or we couldn't contact the server" error.

matriphe commented 7 years ago

Same here. Always return false, even for a valid email. I'm using Laravel 5.1.

alimranahmed commented 7 years ago

Same here, its not working.

matriphe commented 7 years ago

The problem is, SMTP blocked the port to avoid spamming when sending acknowledge. so, the result of testing is always invalid.

DerekCrosson commented 7 years ago

I get the same message when testing using the artisan command except for gmail. Will this also return false when running in the app's code? I haven't been able to test yet (getting the class not found error/exception and composer dump-autoload doesn't work). I' using the latest version of Laravel (5.5).