Sha256: 0f71218bf51cc702e23d8dbeec74de0cc90e5afadc298fdef4b90835597252ed
Contents?: true
Size: 284 Bytes
Versions: 16
Compression:
Stored size: 284 Bytes
Contents
class Ishapi::ApplicationMailer < ActionMailer::Base default from: 'no-reply@wasya.co' layout 'mailer' def forwarder_notify msg_id @msg = ::Office::EmailMessage.find msg_id mail( to: 'piousbox@gmail.com', subject: "FWD_Notify: #{@msg.subject}" ) end end
Version data entries
16 entries across 16 versions & 1 rubygems