rails--rails/actionmailer/CHANGELOG.md

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.