Delay and or resend Devise's confirmation email for manually created users

后端 未结 7 2031
予麋鹿
予麋鹿 2021-01-30 22:37

I\'m using Devise to allow user signup as-well-as using my own user admin to create users manually. When I create a user in the admin, Devise sends a confirmati

7条回答
  •  忘了有多久
    2021-01-30 22:40

    There is now the devise-async project:

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

提交回复
热议问题