开发者

send devise registration mails using reque background job

开发者 https://www.devze.com 2023-03-19 16:18 出处:网络
I am using rails 3 with devise for authentication and resque for h开发者_运维知识库andling background job

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/devise


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

0

精彩评论

暂无评论...
验证码 换一张
取 消