Class: Hippo::Mailer::TestMailer

Inherits:
Mail::TestMailer
  • Object
show all
Defined in:
lib/hippo/mailer.rb

Instance Method Summary collapse

Instance Method Details

#deliver!(mail) ⇒ Object



8
9
10
11
12
# File 'lib/hippo/mailer.rb', line 8

def deliver!(mail)
    retval = super
    Hippo.logger.info { mail.encoded }
    retval
end