Search code examples
ruby-on-rails-3deviseresque

send devise registration mails using reque background job


I am using rails 3 with devise for authentication and resque for handling background job Is there a way to send devise registration mails using resque ?

https://github.com/defunkt/resque
https://github.com/plataformatec/devise


Solution

  • Use the following gem, this will send all the mails from devise through resque queue https://github.com/zapnap/resque_mailer