Sending delayed email from devise

后端 未结 4 1880
长情又很酷
长情又很酷 2021-02-03 13:43

Is there a simple way of telling Devise to send all email via delayed_job?

4条回答
  •  执笔经年
    2021-02-03 14:36

    There is now the devise-async project which achieves exactly this:

    • https://github.com/mhfs/devise-async
    • https://github.com/plataformatec/devise/wiki/How-To:-Send-devise-emails-in-background-(Resque,-Sidekiq-and-Delayed::Job)

提交回复
热议问题