zytzagoo / smtp-validate-email

A PHP library for performing email addresses validation via SMTP
GNU General Public License v3.0
437 stars 155 forks source link

Getting No connection error #61

Closed rvigneshw closed 3 years ago

rvigneshw commented 3 years ago

{"info@customdomain.com":{"result":0,"info":"no connection"}}

I'm using this library in laravel app but unable to any verification with this

zytzagoo commented 3 years ago

How exactly are you using it? What does the log contain (see getLog() method)?

rvigneshw commented 3 years ago

If someone looking for solution, It's not the library error.

It's mainly due to your ISP blocking port 25, Read here: https://www.authsmtp.com/faqs/faq-4.html

What I did was to spin off a instance on any cloud provider and ssh into it and ran it and it did worked pretty well.