Hi i want to send mails by scheduling it. i found whenever gem but i wanna know is does it work in rails3
Thanks in advance
Hi i want to send mails by scheduling it. i found whenever gem but i wanna know is does it work in rails3
Thanks in advance
No idea, never tried, but if I wanted to know, the first thing I would do would be to install the gem and try it out in a simple rails3 app
Hint: there’s a nugget of info on the github page which should help you out.
use resque gem. it works like charm (rails3)
tom
Agreed -
Redis/Resque with 'resque_mailer' is your best bet for that app.
https://github.com/zapnap/resque_mailer
-kevin