I'm using GMail to send out emails from a Rails app on Heroku. I'd like to integrate ActionMailer with Delayed Jobs, so that each email I want to send gets put into a queue that is handled asynchronously. Does anyone have an example/tutorial on this? Seems like a common enough feature, but having a hard time finding something.
+1
A:
Well you've already asked the question and gotten an answer here : http://stackoverflow.com/questions/1484227/asynchronous-actionmailer-in-rails
There's a tutorial given there which explains exactly how you can do it.
Damien MATHIEU
2009-10-18 21:42:03