thatcher_app/app/mailers/application_mailer.rb
2019-11-11 16:11:03 +01:00

5 lines
102 B
Ruby

class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
layout 'mailer'
end