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.

Hi guys, I have an app that send some notification e-mails for myself using Mandrillapp’s SMTP server. It works fine on my localhost/development, but in DigitalOcean’s Droplet I get an PHP exception telling me that the connection have timed out.
Using Netcat I would be able to confirm this:
nc: connect to smtp.mandrillapp.com port 587 (tcp) failed: Connection timed out
It’s possible to have this working on DigitalOcean or I need to do something else to send e-mails?
Thank you!
Droplet: Ubuntu 14.04 (LAMP Stack)