EmailVerify / email-verify

Node.js email SMTP verification, powered by EmailChecker.com API
https://emailchecker.com/real-time-api
280 stars 103 forks source link

Always timing out #35

Closed shivkanthb closed 6 years ago

shivkanthb commented 7 years ago

{ Error: connect ETIMEDOUT 66.96.140.72:25 at Object.exports._errnoException (util.js:1007:11) at exports._exceptionWithHostPort (util.js:1030:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1080:14) code: 'ETIMEDOUT', errno: 'ETIMEDOUT', syscall: 'connect', address: '66.96.140.72', port: 25 }

any reason on why this might be happening?

bighappyworld commented 7 years ago

Many reasons can cause this. Most likely lack of connectivity to the host. Could be a poor DNS, could be a firewall... but it is very unlikely to be the library as this is just a straight TCP connection with nothing fancy. Could also be that the port is not open on that server, or that the dns lookup is old and pointing to a bad IP... tons of different possibilities.

bhaumikdarji commented 7 years ago

Hi, Also got always time out. any reason? { Error: connect ETIMEDOUT 66.96.140.72:25 at Object.exports._errnoException (util.js:1007:11) at exports._exceptionWithHostPort (util.js:1030:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1080:14) code: 'ETIMEDOUT', errno: 'ETIMEDOUT', syscall: 'connect', address: '66.96.140.72', port: 25 }

fizerkhan commented 7 years ago

I too got this issue. Any other settings in Linux could solve this issue?