mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-25 06:13:43 +01: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
|