Amazon SES vs Mailgun

Need advice about which tool to choose?Ask the StackShare community!

Amazon SES

9.2K
5.5K
+ 1
327
Mailgun

7.5K
4K
+ 1
654
Add tool

Amazon SES vs Mailgun: What are the differences?

What is Amazon SES? Bulk and transactional email-sending service. Amazon SES eliminates the complexity and expense of building an in-house email solution or licensing, installing, and operating a third-party email service. The service integrates with other AWS services, making it easy to send emails from applications being hosted on services such as Amazon EC2.

What is Mailgun? The Email Service for Developers. Mailgun is a set of powerful APIs that allow you to send, receive, track and store email effortlessly.

Amazon SES and Mailgun can be categorized as "Transactional Email" tools.

Some of the features offered by Amazon SES are:

  • Simple – Amazon SES eliminates the complexity of licensing, installing, and operating a third-party service, or building and maintaining an internally hosted email solution. Sending email through Amazon SES is as simple as using SMTP or calling an API, and Amazon SES makes it easy for you to monitor your sending activity and deliverability statistics.
  • Inexpensive – There are no up-front fees or fixed expenses with Amazon SES, and you benefit from the efficiencies of Amazon’s scale. Your only costs are low charges for the number of emails sent and data transfer fees.
  • Reliable – Amazon SES runs within Amazon’s proven network infrastructure and datacenters. All outgoing email messages are stored redundantly across multiple servers and datacenters, providing high availability and data durability.

On the other hand, Mailgun provides the following key features:

  • Optimized Queue
  • Scheduled Delivery
  • MIME Assembly

"Reliable", "Cheap" and "Integrates with other aws services" are the key factors why developers consider Amazon SES; whereas "Quick email integration", "Free plan" and "Easy setup" are the primary reasons why Mailgun is favored.

According to the StackShare community, Mailgun has a broader approval, being mentioned in 1490 company stacks & 268 developers stacks; compared to Amazon SES, which is listed in 1291 company stacks and 284 developer stacks.

Advice on Amazon SES and Mailgun

For transactional emails, notifications, reminders, etc, I want to make it so writers/designers can set up the emails and maintain them, and then dynamically insert fields, that I then replace when actually sending the mail from code.

I think the ability to use a basic layout template across individual email templates would make things a lot easier (think header, footer, standard typography, etc).

What is best for this? Why would you prefer Mailgun, SendGrid, Mandrill or something else?

See more
Replies (4)
Justini Powell
Lead Developer at Watermark Community Church · | 4 upvotes · 73.3K views
Recommends
on
Twilio SendGridTwilio SendGrid

If you need your emails to be sent in a time-sensitive manner, I'd recommend SendGrid. We were using Mailgun and the lag because they aren't "transactional" in nature caused issues for us. SendGrid also has the ability to do dynamic templates and bulk send from their API. I don't know that they have the shared layout ability you mentioned, though.

See more
Mika Henriksson
Coder at mhenrixon Consulting · | 4 upvotes · 73.3K views
Recommends
on
PostmarkPostmark

The only transactional email service that I've been able to stomach is Postmark! It is by far the easiest (and quickest to get feedback from) service that I have come across. While drowning in attempts to debug Mandril, Mailgun and others I get quick feedback from Postmark in what I need to do.

Postmark for the win!

See more
Vit Ulicny
Recommends
on
MandrillMandrill

We are using more extensively Mandrill.

It is a ok tool, which gives you the power for emailing with nice set of features.

The templates editing and management is a bit tricky, but this is mostly related to email templates in general, which are hard to create and maintain.

I do not think you can share the parts of the templates. You can have your predefined templates with possibility to insert dynamic content.

They provide a limited possibility to preview and test your templates.

The template editor is text only. For the better editors checkout http://topol.io or https://mosaico.io

Unfortunately, I do not have experience with the other tools and possibilities to manage templates.

See more
Aric Fedida
Founder, CTO at ASK Technologies Inc · | 1 upvotes · 72.8K views
Recommends
on
Twilio SendGridTwilio SendGrid

At this stage, all of the tools you mentioned do email delivery pretty well. They all support email templates as well. Here are some considerations:

  1. Twilio owns SendGrid. If you're an existing Twilio customer, in my opinion that's a good reason to use SendGrid over the other solutions. The APIs are solid, and Twilio has excellent developer tools that allow you to create interesting automations (which is important for scaling).
  2. Mandrill was created by MailChimp, who have massive experience with email delivery and specifically with emailing beautiful email templates.
  3. Mailgun is a tool on its own. Like the other two, it supports mail templates and is built to be controlled almost exclusively via APIs.

SendGrid and Mandrill have pretty nice WYSIWIG template editors as part of their platform. Not so sure about Mailgun.

So for me the considerations would be: 1. How easy is it for you to integrate with their API? How complete is their API in terms of your own specific needs? 2. Prices: Which one works best for my budget? 3. Am I OK with editing the templates elsewhere (or even by hand), and then pasting the code into Mailgun? Or do I want the comfort of Mandrill or Sendgrid with their WYSIWYG editors?

Personally I'd go with Twilio, simply because it's such a massive ecosystem they are less likely to go bankrupt, and their APIs are rock solid.

See more
Decisions about Amazon SES and Mailgun

We chose Postmark as our transactional email service for several reasons:

  • Laser-focus (at the time) on transactional email - their success/speed/reliability with delivering transactional email is amazing. Note, they have now branched out and offer marketing/broadcast email services too.

  • Developer-friendly - Awesome docs and resources. Their Rail gem integrates directly with ActionMailer so nearly all of our code worked without changes.

  • Servers - You can set up "Servers" for different mail streams/workflows to keep things separate and easy to review.

  • Bootstrapped - Wildbit (who makes Postmark) is bootstrapped just like the Friendliest.app and they offer a service credit to other bootstrapped startups.

See more
Imelda Garcia

We did a quick test on the reliability of these three common email services, sending a few emails an hour at random intervals.

Unfortunately, none of them had 100% availability over the 30 day test. I don't understand why this is so hard?

Mailgun performed the best with the most reliability and fastest response times. Mandrill was notably bad.

See more
Slawomir Pucia
Head of Product at Coresender · | 5 upvotes · 67.9K views

Of course we chose Coresender to send our own transactional emails :) So I thought I'll let you know how we use it.

  • We set up separate sending accounts for all company needs, eg. transactional emails, monitoring alerts, time to inbox. We even configured our office printers to send emails through Coresender.

  • We have a real-time and extremely usable view into what emails go through each account, so each time anybody reports an email not arriving we're able to assist them in a few seconds

  • We utilize our message timeline feature, so we can learn eg. if people are clicking on password reset links

  • We always know how many of our onboarding emails are being opened which helps us improve them

  • Finally, we have full controll over our suppressions lists, so we can add (and remove!) from them whenever necessary.

To sum up, at Coresender we're eating our own dogfood and it helps us stay connected to the product and understand our customers better.

See more
Migrated
from
MailgunMailgun
to
PostmarkPostmark
at

While building our authentication system, we originally picked Mailgun. However, emails took minutes to arrive and some of them didn't get delivered - or got delivered to spam.

We started looking for a new provider, and settled on Postmark. We love that they track time-to-inbox, it makes me feel they really care about going above and beyond to provide a good service.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Amazon SES
Pros of Mailgun
  • 102
    Reliable
  • 96
    Cheap
  • 57
    Integrates with other aws services
  • 52
    Easy setup
  • 18
    Trackable
  • 2
    Easy rails setup
  • 178
    Quick email integration
  • 147
    Free plan
  • 91
    Easy setup
  • 67
    Ridiculously reliable
  • 54
    Extensive apis
  • 29
    Great for parsing inbound emails
  • 25
    Nice UI
  • 23
    Developer-centric
  • 15
    Excellent customer support
  • 12
    Heroku Add-on
  • 4
    Easy to view logs of sent emails
  • 3
    Email mailbox management for developers
  • 2
    Great customer support, love rackspace
  • 2
    Great documentation
  • 1
    Great PHP library
  • 1
    Better than sendgrid not ask too many question

Sign up to add or upvote prosMake informed product decisions

Cons of Amazon SES
Cons of Mailgun
    Be the first to leave a con
    • 2
      Cost
    • 2
      No HTTPS tracking links supported
    • 1
      Emails go to spam due to blacklisted IP's of mailgun
    • 1
      Cannot create multiple api keys

    Sign up to add or upvote consMake informed product decisions

    What is Amazon SES?

    Amazon SES eliminates the complexity and expense of building an in-house email solution or licensing, installing, and operating a third-party email service. The service integrates with other AWS services, making it easy to send emails from applications being hosted on services such as Amazon EC2.

    What is Mailgun?

    Mailgun is a set of powerful APIs that allow you to send, receive, track and store email effortlessly.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use Amazon SES?
    What companies use Mailgun?
    See which teams inside your own company are using Amazon SES or Mailgun.
    Sign up for StackShare EnterpriseLearn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Amazon SES?
    What tools integrate with Mailgun?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    Blog Posts

    GitHubPythonReact+42
    49
    40351
    JavaScriptGitHubPython+42
    53
    21167
    Jun 19 2015 at 6:37AM

    ReadMe.io

    JavaScriptGitHubNode.js+25
    12
    2171
    What are some alternatives to Amazon SES and Mailgun?
    Twilio SendGrid
    Twilio SendGrid's cloud-based email infrastructure relieves businesses of the cost and complexity of maintaining custom email systems. Twilio SendGrid provides reliable delivery, scalability & real-time analytics along with flexible API's.
    Mailchimp
    MailChimp helps you design email newsletters, share them on social networks, integrate with services you already use, and track your results. It's like your own personal publishing platform.
    Amazon SNS
    Amazon Simple Notification Service makes it simple and cost-effective to push to mobile devices such as iPhone, iPad, Android, Kindle Fire, and internet connected smart devices, as well as pushing to other distributed services. Besides pushing cloud notifications directly to mobile devices, SNS can also deliver notifications by SMS text message or email, to Simple Queue Service (SQS) queues, or to any HTTP endpoint.
    Mandrill
    Mandrill is a new way for apps to send transactional email. It runs on the delivery infrastructure that powers MailChimp.
    AWeber
    It is an email marketing service provider with over 100,000 small business clients world wide. It helps people keep in touch with the subscribers who have requested to be on their mailing list.
    See all alternatives