j4pm/app/mailers/application_mailer.rb

5 lines
102 B
Ruby
Raw Permalink Normal View History

2021-12-10 19:39:43 +00:00
class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
layout 'mailer'
end