Ruby on Rails Sparkpost RubyGem

Dave Goerlich

If you have a Ruby on Rails app sending email through Mandrill, you may be feeling a bit squeezed right now. Mandrill’s recent announcement, to combine the service with paid monthly MailChimp plans, caused us some problems with our low volume services.

As a result, we’ve moved several of our applications over to SparkPost.

Office collab

If you have a Ruby on Rails app sending email through Mandrill, you may be feeling a bit squeezed right now. Mandrill’s recent announcement, to combine the service with paid monthly MailChimp plans, caused us some problems with our low volume services.

As a result, we’ve moved several of our applications over to SparkPost.

Integrate with ActionMailer

Our team has released a SparkPost Mailer Rubygem for easy email sending with Sparkpost through Rails. It's easy to configure, as it follows Rails conventions, and it ties in with ActionMailer.

Once you have signed up for a SparkPost account, add the gem to your project with this line in your Gemfile.

gem 'sparkpost_rails'

After a quick bundle install, just follow the simple instructions in the ReadMe:

SparkPost ReadMe

More coming soon

Our team is continuing to develop this gem. Feel free to send your contributions via pull request, or open an issue on Github if you find something broken.

View on Github.

Contents

  1. Integrate with ActionMailer
  2. More coming soon

Tags

Next Article

Budget

How to Manage Budget and Deadlines on Agile Projects

Software projects are notorious for taking longer than expected to deliver. As a result, those projects cost more than expected. Usually the fingers point at project managers in those situations, but that's not always just. In my experience, those original expectations are to blame.

These expectations are unreliable, and often untrue. Hanging your project plan from a scaffolding of unrealistic expectations is dangerous. There is a better way.

Read More

This post was last updated on: Feb 15, 2021.