CHANGELOG.md 333 字节
Newer Older
R
Ryuta Kamizono 已提交
1
*   Allow Action Mailer classes to configure their delivery job.
2

R
Ryuta Kamizono 已提交
3 4
        class MyMailer < ApplicationMailer
          self.delivery_job = MyCustomDeliveryJob
5

R
Ryuta Kamizono 已提交
6 7 8 9
          ...
        end

    *Matthew Mongeau*
10 11


M
Matthew Draper 已提交
12
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/actionmailer/CHANGELOG.md) for previous changes.