mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-21 22:29:38 +02:00
4 lines
173 B
Ruby
4 lines
173 B
Ruby
class ApplicationMailer < ActionMailer::Base
|
|
default from: email_address_with_name(ENV.fetch("EMAIL_SENDER", "sender@maybe.local"), "Maybe Finance")
|
|
layout "mailer"
|
|
end
|