Reputation: 426
How do I implement email autoresponder in ruby on rails 3.2.x ? I've made some research with Google and I found this one : dram.rubyforge.org/. The snag is that, the gem seems to be not released yet.
Has anyone any clue for this ?
Upvotes: 1
Views: 843
Reputation: 2891
The mailman gem might also work for you. It is a simple gem for polling an email account and it has a pretty easy set up process.
Best of all, there is a Railscast that walks you through it. You need Railscast pro account to view the video but if you don't a subscription you can still view the code for the episode on github.
Upvotes: 1