Module: ActionMailer::DeliveryMethods

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
actionmailer/lib/action_mailer/delivery_methods.rb

Overview

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

Methods included from ActiveSupport::Concern

append_features, extended, included

Instance Method Details

#wrap_delivery_behavior!(*args) ⇒ Object

:nodoc:



82
83
84
# File 'actionmailer/lib/action_mailer/delivery_methods.rb', line 82

def wrap_delivery_behavior!(*args) #:nodoc:
  self.class.wrap_delivery_behavior(message, *args)
end