Debain 12, Cloud Server; On my Droplet is port 1143 and port 1025 blocked? After installing the Proton Mail Bridge I like to send and recieve mail from Cloud Droplet. http://plbillings.com Such as plb@plbillings
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.
Hello, @patrickbillings
One thing to note is that the SMTP ports (25, 465, 587) are blocked by default on DigitalOcean Droplets, which can cause issues with apps like Rocket.Chat if they’re trying to send email via SMTP:
Since you’re using SendGrid, the best option is to use SendGrid’s API instead of SMTP, that avoids port issues entirely. Make sure Rocket.Chat is configured to use SendGrid’s API key and endpoint, not SMTP.
You can also deploy SendGrid easily via the 1-Click App here:
Regards