sillyforum/app/mailers/application_mailer.rb

5 lines
102 B
Ruby
Raw Permalink Normal View History

2026-03-17 12:49:38 +00:00
class ApplicationMailer < ActionMailer::Base
default from: "from@example.com"
layout "mailer"
end