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

Bugfix missing replacement #8

Closed bomas13 closed 5 years ago

bomas13 commented 5 years ago

Sorry, I missed one. So no socket could be created and all emails where identified as wrong. After this change all will become good.

skmetaly commented 5 years ago

Done. Tagged 1.1.1

Thanks!

bomas13 commented 5 years ago

thanks. And it is already updated at packagist as well 👍