mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 16:38:18 +00:00
4 lines
103 B
Ruby
4 lines
103 B
Ruby
class ApplicationMailer < ActionMailer::Base
|
|
default from: "team@hackclub.com"
|
|
layout "mailer"
|
|
end
|