Module: ActionMailer::DeliveryMethods
- Extended by:
- ActiveSupport::Concern
- Included in:
- Base
- Defined in:
- lib/action_mailer/delivery_methods.rb
Overview
Action Mailer DeliveryMethods
This module handles everything related to mail delivery, from registering new delivery methods to configuring the mail object to be sent.
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#wrap_delivery_behavior!(*args) ⇒ Object
:nodoc:
80 81 82 |
# File 'lib/action_mailer/delivery_methods.rb', line 80 def wrap_delivery_behavior!(*args) # :nodoc: self.class.wrap_delivery_behavior(, *args) end |