Report this

What is the reason for this report?

cant use Zoho SMTP to send e-mails by web application

Posted on January 2, 2017

I’m trying to send a e-mail using Zoho SMTP, but looks like its blocked.

telnet smtp.zoho.com 465 Trying 204.141.xxx.xxx… telnet: connect to address 204.141.xxx.xxx: Connection timed out



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Same issue here. Can’t ping or send emails via Zoho SMTP. This is a big issue and has been troubling us since weeks. Most probably digitalocean has blocked outgoing mails via Zoho…

I have enabled the port 465 by running:

ufw allow out 465

But still telnet smtp.zoho.com 465 gives timeout and I cannot send the email. I can send the email from the local machine. Is this solved?? Any tips?

My ufw status verbose is as following: WARN: / is group writable! Status: active Logging: on (low) Default: deny (incoming), allow (outgoing), deny (routed) New profiles: skip

To                         Action      From
--                         ------      ----
22                         LIMIT IN    Anywhere
80                         ALLOW IN    Anywhere
443                        ALLOW IN    Anywhere
465                        ALLOW IN    Anywhere
22 (v6)                    LIMIT IN    Anywhere (v6)
80 (v6)                    ALLOW IN    Anywhere (v6)
443 (v6)                   ALLOW IN    Anywhere (v6)
465 (v6)                   ALLOW IN    Anywhere (v6)

465                        ALLOW OUT   Anywhere
465 (v6)                   ALLOW OUT   Anywhere (v6)```

We need some more information, also Zoho requires the use of SSL when connecting. What kind of application or environment? You might not be using SSL in your connection.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.