Hi,
I'm trying to use Zoho SMTP but all my requests are timing out. I'm using the Cloud9 environment with Node.js. My parameters seem to be correct (smtp.zoho.com:465) and I can successfully use Gmail smtp using the same port so it's not blocked, but for some reason Zoho always times out. I cannot even SSL to the server from the command line -- when I try this: openssl s_client -connect smtp.zoho.com:465 I also get a timeout. Any idea what the issue is?
Thanks,
Nate