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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Accepted Answer
Heya,
SMTP is blocked for new accounts. You can check why here:
You need to contact DigitalOcean’s support to ask and have your ban lifted by contacting them here
Hi there,
SMTP is often blocked by default on DigitalOcean Droplets to prevent spam:
To get it unblocked, you’ll need to contact DigitalOcean Support and explain that you’re sending legitimate app emails like password resets:
In the meantime, you can use an external SMTP provider like SendGrid, Mailgun, Postmark, or any other provider. Most of them support SMTP on non-standard ports like 2525, which usually works even if port 25 is blocked. Or better yet, use their SMTP email HTTP APIs, they’re faster, more reliable, and easier to scale.
- Bobby