• M
    Allow mailers to configure their delivery job · d9bbde09
    Matthew Mongeau 提交于
    Setting delivery_job on a mailer class will cause MessageDelivery to use
    the specified job instead of ActionMailer::DeliveryJob:
    
        class MyMailer < ApplicationMailer
          self.delivery_job = MyCustomDeliveryJob
    
          ...
        end
    d9bbde09
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 310 字节