otwarchive-sunsetarchive/app/mailers/application_mailer.rb

8 lines
199 B
Ruby
Raw Permalink Normal View History

2026-03-17 05:16:49 +00:00
class ApplicationMailer < ActionMailer::Base
self.delivery_job = ApplicationMailerJob
layout "mailer"
helper :mailer
default from: "Sunset Archive" + "<#{ArchiveConfig.RETURN_ADDRESS}>"
end