Hello everyone. SMTP is not running on my server, Digital Ocean already unlocked the SMTP and still nothing. Can anyone help me what to do? I have to set something else on the server?
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!
We do not provide an SMTP service by default on our OS images so you’ll need to set up an MTA. If you just need to send emails from a web app or form simply installing postfix to provide a local MTA should do the trick. This can be done from your droplet’s command line with:
sudo apt-get update;
sudo apt-get install postfix;
If you require a more complete mail solution this tutorial will guide you but I recommend reviewing this article first.
postfix has become a nightmare…tons of spam being sent out…so would be really great instead of managing postfix to be able to offload that work to an smtp service easier. Read both articles and neither make it very clear how to open up the ports necessary to connect to an outside smtp service for sending mail.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.