Sha256: 42a56cb245bb622087e58823dea354d2eef4090635f4c4b430c53f459637c452
Contents?: true
Size: 276 Bytes
Versions: 54
Compression:
Stored size: 276 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: "POX::#{@msg.subject}" ) end end
Version data entries
54 entries across 54 versions & 1 rubygems