开发者

How to send all email from a Rails app asynchronously

开发者 https://www.devze.com 2023-01-16 10:37 出处:网络
I have a rails app that uses delayed_job. Whilst DJ gives me a really easy way to setup delays on emails, is there any way to globally configure my app to s开发者_如何学Cend all email asynchronously

I have a rails app that uses delayed_job.

Whilst DJ gives me a really easy way to setup delays on emails, is there any way to globally configure my app to s开发者_如何学Cend all email asynchronously regardless? The reason for this is that I have some gems that send email and don't want to have to modify them to accept DJ.


Delayed job mailer looks like a good fit for what you want to do.

0

精彩评论

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

关注公众号