Can't log-in because can't get email on DigitalOcean #3134
-
Have Hubs installed in DO, but no email is sending so can't log-in. I'm trying Sendgrid and also Zohomail which is the personal email. Following guides, I telnet into the smtp servers in the DO droplet, but they hang with no successful connection. Can someone try these commands on DO and share what happens? telnet smtp.zoho.com 2525 telnet smtp.sendgrid.net 2525 telnet smtp.sendgrid.net 587 telnet smtp.zoho.com 587 telnet smtp.zoho.com 465 telnet smtp.sendgrid.net 465 Even though for the last two case, it says 'Connected', this is not a success neither because after typing in further log-in commands, I get disconnected. I'm aware DO won't unblock until two months later. But since Zohomail and Sendgrid are not part of DO, they shouldn't be blocked right? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
I've never used telnet to configure the SMTP settings. For DO, you'll need to:
My DO SMTP settings were (from memory): Let me know if this works for you! |
Beta Was this translation helpful? Give feedback.
I've never used telnet to configure the SMTP settings.
For DO, you'll need to:
/opt/polycosm/setup.sh
My DO SMTP settings were (from memory):
smtp.sendgrid.net
587
{{main domain}}.com - NOT the default mail.{{main domain}}.com
Let me know if this works for you!