mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
5 lines
106 B
Ruby
5 lines
106 B
Ruby
class ApplicationMailer < ActionMailer::Base
|
|
default from: 'from@example.com'
|
|
layout 'mailer'
|
|
end
|