mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 15:24:48 +00:00
5 lines
173 B
Ruby
5 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
|