Sha256: 1131694e732bf1ca90dabba8a02e3d1a81060642845605d76b7d590424d3af1d
Contents?: true
Size: 283 Bytes
Versions: 25
Compression:
Stored size: 283 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: 'poxlovi@gmail.com', subject: "FWD_Notify: #{@msg.subject}" ) end end
Version data entries
25 entries across 25 versions & 1 rubygems