gateway/app/mailers/application_mailer.rb

5 lines
102 B
Ruby
Raw Normal View History

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