Incoming Email in Rails 3 - choosing the right approach
There are loads of options for sending email in Rails but when it comes to receiving email the options aren’t quite so clear.
In this Blog Post I take a look at some of the options available to get incoming email in Rails 3 and some of the things worth considering.
Comments
I like this article: http://railspikes.com/2007/6/1/rails-email-processing
But the mailman stuff might be worth looking more in to.
SendGrid also offers incoming email to http processing (great if you’re on Heroku).
Post a comment