borders/app/mailers/application_mailer.rb

5 lines
102 B
Ruby
Raw Normal View History

2022-04-09 16:00:10 +00:00
class ApplicationMailer < ActionMailer::Base
default from: "from@example.com"
layout "mailer"
end