sms-pager/app/mailers/application_mailer.rb

5 lines
108 B
Ruby
Raw Permalink Normal View History

2015-10-08 19:16:33 -05:00
class ApplicationMailer < ActionMailer::Base
default from: ENV['default_mail_from']
layout 'mailer'
end