Report this

What is the reason for this report?

How do I set up DNS for inbound emails?

Posted on May 14, 2016

I would like to parse inbound emails in a Node.js app on an Ubuntu 14.04.4 x64 Droplet, so I’m trying to create an email address for my app’s domain that can post to a webhook. How do I create an email address like name@example.com (or name@subdomain.example.com)?

For parsing, I am using Mailin.io, and following Mailin’s documentation I have changed my Domain records on Digital Ocean as follows:

MX    10           subdomain.example.com
A     subdomain    [ip address of my droplet]

I have the webhook set up at http://www.example.com/webhook, and if I post using curl, I get the expected response, but I can’t figure out how to post to the webhook via email.

Am I going about this the right way?



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.

Hi @planetceres,

Great question! Before we proceed, perhaps give this a look over:

That said, it’s something we have a ton of tutorials on, for example:

Before you go ahead and do that, consider perhaps hosting email at an email provider, and using your droplet to poll the account (through imap, pop3, or an api) instead, it may turn out to be less heartache for you in the long run. Hope this helps, and let us know if you have any more questions!

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.