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

Mandrill

4.4K
1.6K
+ 1
926
Nodemailer

301
179
+ 1
0
Add tool

Mandrill vs Nodemailer: What are the differences?

Introduction

Here, we will discuss the key differences between Mandrill and Nodemailer - two popular email delivery services.

  1. Pricing and Usage: One major difference between Mandrill and Nodemailer is their pricing structure and usage. Mandrill is a paid email delivery service, where users are charged based on the number of emails sent. In contrast, Nodemailer is an open-source library that allows users to send emails directly from their own server without any additional charges.

  2. Ease of Use: Mandrill provides a user-friendly interface and a straightforward setup process, making it suitable for users who are not familiar with programming or server management. On the other hand, Nodemailer requires some programming knowledge and server configuration, making it more suitable for developers and advanced users.

  3. Customization and Flexibility: Nodemailer offers more customization and flexibility compared to Mandrill. With Nodemailer, users have full control over the email content and can easily integrate with other libraries or frameworks. Mandrill, on the other hand, has a limited set of predefined templates and features, limiting the level of customization.

  4. Deliverability and Reputation: Mandrill has built a strong reputation over the years for delivering emails to the inbox and maintaining good sender reputation. They have strict anti-spam policies and provide deliverability analytics to help users monitor their email performance. Nodemailer's deliverability depends on the user's server configuration and IP reputation, making it more challenging to maintain a high inbox placement rate.

  5. Integration and Ecosystem: Nodemailer integrates seamlessly with popular frameworks and libraries, such as Node.js, Express, and popular email services like Gmail and Outlook. It has a wide range of plugins and modules available to enhance its functionality. Mandrill, on the other hand, has its own API and integrations specific to its service, limiting the range of platforms it can easily integrate with.

  6. Support and Documentation: Mandrill provides dedicated support and a comprehensive documentation to help users troubleshoot issues and answer queries. They offer assistance in case of any delivery problems. While Nodemailer has an active community and documentation, the level of support may vary as it relies more on community contributions and online resources.

In summary, Mandrill is a paid email delivery service with easy setup, limited customization, and excellent deliverability reputation, while Nodemailer is an open-source library that offers more customization and flexibility, but relies on the user's server configuration for deliverability and lacks dedicated support.

Advice on Mandrill and Nodemailer

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)
Mika Henriksson
Coder at mhenrixon Consulting · | 4 upvotes · 99.8K 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
Justini Powell
Lead Developer at Watermark Community Church · | 4 upvotes · 99.9K 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
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 · 99.2K 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
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Mandrill
Pros of Nodemailer
  • 189
    Simple installation
  • 141
    Great api
  • 123
    Generous free allowance to get you started
  • 114
    Cheap and simple
  • 99
    Trackable
  • 59
    Well-documented
  • 54
    Doesn't go to spam
  • 47
    Great for mailchimp users
  • 32
    Webhooks
  • 28
    Client libraries
  • 7
    Heroku Add-on
  • 6
    Easy to use
  • 5
    Meaningful Metrics
  • 5
    Free
  • 3
    Advanced Tagging and Reports
  • 3
    Mobile Access
  • 3
    Status Update
  • 2
    Very chimp-like
  • 2
    Great Documentation
  • 2
    love this service
  • 1
    Free Plan
  • 1
    Webhooks for bounce mail
    Be the first to leave a pro

    Sign up to add or upvote prosMake informed product decisions

    Cons of Mandrill
    Cons of Nodemailer
    • 1
      Really hard to pull analytics out via api
      Be the first to leave a con

      Sign up to add or upvote consMake informed product decisions

      - No public GitHub repository available -

      What is Mandrill?

      Mandrill is a new way for apps to send transactional email. It runs on the delivery infrastructure that powers MailChimp.

      What is Nodemailer?

      It is a single module with zero dependencies – code is easily auditable. The email delivery is Secure using TLS/STARTTLS. You can use HTML content, as well as plain text alternative.

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

      What companies use Mandrill?
      What companies use Nodemailer?
      Manage your open source components, licenses, and vulnerabilities
      Learn More

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

      What tools integrate with Mandrill?
      What tools integrate with Nodemailer?

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

      Blog Posts

      GitHubDockerAmazon EC2+23
      12
      6753
      GitHubPythonDocker+24
      13
      17229
      GitHubMySQLSlack+44
      109
      50938
      What are some alternatives to Mandrill and Nodemailer?
      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.
      Apache Drill
      Apache Drill is a distributed MPP query layer that supports SQL and alternative query languages against NoSQL and Hadoop data storage systems. It was inspired in part by Google's Dremel.
      Mailgun
      Mailgun is a set of powerful APIs that allow you to send, receive, track and store email effortlessly.
      Gmail
      An easy to use email app that saves you time and keeps your messages safe. Get your messages instantly via push notifications, read and respond online & offline, and find any message quickly.
      See all alternatives