laravel-smtp-email-verifier icon indicating copy to clipboard operation
laravel-smtp-email-verifier copied to clipboard

Always returning false, even in testing

Open dustingtaylor opened this issue 7 years ago • 4 comments

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.

dustingtaylor avatar May 06 '17 15:05 dustingtaylor

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

matriphe avatar Jun 26 '17 04:06 matriphe

Same here, its not working.

alimranahmed avatar Aug 13 '17 08:08 alimranahmed

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

matriphe avatar Aug 13 '17 08:08 matriphe

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).

DerekCrosson avatar Sep 27 '17 14:09 DerekCrosson