instance method
receive
Ruby on Rails 4.2.9
Since v3.0.20 Last seen in v6.0.6Signature
receive(event)
An email was received.
Parameters
-
eventreq
Source
# File actionmailer/lib/action_mailer/log_subscriber.rb, line 18
def receive(event)
info { "\nReceived mail (#{event.duration.round(1)}ms)" }
debug { event.payload[:mail] }
end
Defined in actionmailer/lib/action_mailer/log_subscriber.rb line 18
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailer::LogSubscriber