DVGM/app/mailers/application_mailer.rb

5 lines
102 B
Ruby
Raw Normal View History

2017-10-22 18:56:44 +00:00
class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
layout 'mailer'
end