Question

Making external requests and connecting to mail server

Hi :) I have a node application running in a droplet on a docker container. It works just fine on my local environment. I am unable to make external requests using the python urlib request library, and also unable to connect to an external mail server using nodemailer’s transport method. My intuition tells me we are being blocked by DigitalOcean. I have checked my network firewall settings (it is off) and my UFW settings. Please let me know if you have any ideas, thanks.


Submit an answer


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!

Sign In or Sign Up to Answer

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.

KFSys
Site Moderator
Site Moderator badge
May 7, 2021
Accepted Answer

Hi @humeoneteam,

Which ports are you using? By default for new accounts, port 25 is closed. I would recommend trying with port 587 instead and seeing if that would help.

You can try using telnet from your Droplet to your service’s IP address to see if you would be able to connect as well.

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

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

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.