CHANGELOG.md 310 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
* Allow ActionMailer classes to configure their delivery job

    class MyMailer < ApplicationMailer
      self.delivery_job = MyCustomDeliveryJob

      ...
    end

  *Matthew Mongeau*

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