1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailer/CHANGELOG.md
2017-06-15 21:44:19 +09:00

333 B

  • Allow Action Mailer classes to configure their delivery job.

    class MyMailer < ApplicationMailer
      self.delivery_job = MyCustomDeliveryJob
    
      ...
    end
    

    Matthew Mongeau

Please check 5-1-stable for previous changes.