RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

How to keep up with your usual sending volumes without a drop?

How to mitigate sending risks and be able to deliver those VERY IMPORTANT emails to your customers’ inboxes no matter what?

Now, Mailtrap has developed the answer to all these questions for Ruby applications: the ActionMailer Balancer: https://mailtrap.io/blog/actionmailer-balancer/

ActionMailer Balancer is an ActionMailer extension that works, well, surprise, as a balancer! It allows proportionally distributing the email sending load between two different sending services and keeping the sending equilibrium in the percentage you need and set up for yourself. For example:

SendGrid 70% / Mailtrap 30% or Postmark 60% / Mailgun 40%.

The Balancer works with any valid ActionMailer delivery method, either built-in, or added from the library, like the one from Mailtrap.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in