Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I process inbound e-mails with Mandrill on Heroku?

Tags:

email

heroku

All the documentation and guides I've seen point to using Mandrill directly, instead of through Heroku.

How do I add an inbound e-mail address & webhook?

like image 815
quantumpotato Avatar asked Feb 11 '13 23:02

quantumpotato


2 Answers

I think you need to look at Mandrill documentation on processing inbound emails.

From this, it looks like there is nothing special about doing this in Heroku - as long as you have a web page in your site to handle the inbound message, all the configuration is done with the Mandrill dashboard.

like image 166
Spongeboy Avatar answered Nov 06 '22 09:11

Spongeboy


Have you checked out the documentation on using the Mandrill add-on with Heroku? It's available here with examples for multiple languages:

https://devcenter.heroku.com/articles/mandrill

like image 22
Dominic Avatar answered Nov 06 '22 09:11

Dominic