I am using rails 3 with devise for authentication and resque for h开发者_运维知识库andling background job Is there a way to send devise registration mails using resque ?
https://github.com/defunkt/resque
https://github.com/plataformatec/deviseUse the following gem, this will send all the mails from devise through resque queue https://github.com/zapnap/resque_mailer
精彩评论