Sidekiq and rails 4 actionmailer never delivers emails

后端 未结 4 768
星月不相逢
星月不相逢 2021-02-05 19:06

I\'ve setup sidekiq in a rails 4 application for sending emails and processing background jobs. I have also devise which I am using devise_async and a typical contact form email

4条回答
  •  耶瑟儿~
    2021-02-05 19:26

    Actually i have same problem when use rails 4 version. The solution above not working for me. So, i have try sidekiq mailer gem https://github.com/andersondias/sidekiq_mailer and get it work well!

提交回复
热议问题