Ruby on Rails Sparkpost RubyGem
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.
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:
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.
Contents
Tags
Next Article
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.