This method is deprecated or moved on the latest stable version.
The last existing version (v6.0.0) is shown here.
receive(event)
public
An email was received.
# File actionmailer/lib/action_mailer/log_subscriber.rb, line 24
def receive(event)
info { "Received mail (#{event.duration.round(1)}ms)" }
debug { event.payload[:mail] }
end