标签: ruby-on-rails
有没有办法让所有ActionMailer交付默认排队延迟作业,而不是同步进行?
答案 0 :(得分:0)
子类ActionMailer并更改发送使用delayed_job的方法。现在使用您自己的邮件类发送邮件!
ActionMailer
delayed_job