I am taking a look in the email add-ons on Heroku and wondering which one are you guys using successfully and why.

http://addons.heroku.com/mailgun

http://addons.heroku.com/sendgrid

It seems CloudMailin is more expensive than the two others (developer plan has only 200 emails by month), which will not work for my scenario. So, my decision is between MailGun and SendGrid. Both seems to be pretty easy to configure (ActiveRecord) and both got feature like clicks management. However, seems that MailGun has a few hooks urls that could be used by the app, although SendGrid looks more humanable, showing by categories and listing the actions by users in a timeline.

To whom have been using one of them, is there any nice feature that differs from the other one?

link|improve this question
11  
I work at SendGrid so I'm posting as a comment. We've got a lot of Heroku users that use us for email - more than 18,000. Most of them are on our free plan for low volume. MailGun is also a great service. It comes down to the features you need; MailGun offers mailboxes, whereas we do not. If you are handling incoming mail, they have a few more options on the inbound side, although SendGrid has improvements coming and inbound mail via Parse API is currently free. We offer phone and chat support even for free plans. We try to differentiate on scale and support. Try both and see what you like! – Brand Jan 10 at 20:23
1  
just a note, cloudmailin is specifically geared towards receiving incoming email. If that's part of your requirements, then I couldn't recommend them more. For outgoing email, we use SendGrid. – GoodGets Feb 20 at 16:51
feedback

1 Answer

I would say Sendgrid because it's the most used. I'm using it on some apps and I'm happy with it :)

link|improve this answer
If you want your emails to get there and not write any boilerplate, I agree, go SendGrid – Scott Feb 27 at 23:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.