gateway/app/mailers/application_mailer.rb

5 lines
102 B
Ruby
Raw Normal View History

2022-03-25 19:01:50 +01:00
class ApplicationMailer < ActionMailer::Base
default from: "from@example.com"
layout "mailer"
end