mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-17 07:43:17 +00:00
4 lines
139 B
Ruby
4 lines
139 B
Ruby
class ApplicationMailer < ActionMailer::Base
|
|
default from: (ENV['SMTP_FROM_ADDRESS'] || 'notifications@localhost')
|
|
layout 'mailer'
|
|
end
|