class WcoEmail::ApplicationMailer

def forwarder_notify msg_id

def forwarder_notify msg_id
  @msg = WcoEmail::Message.find msg_id
  mail( to:      "poxlovi@gmail.com",
        subject: "POX::#{@msg.subject}" )
end