mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 23:58:06 +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
|