1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-21 22:29:38 +02:00
Maybe/app/mailers/application_mailer.rb
Zach Gollwitzer f2739b79fb
Some checks are pending
Publish Docker image / ci (push) Waiting to run
Publish Docker image / Build docker image (push) Blocked by required conditions
Improve password reset flow, normalize translations
2024-11-05 17:15:29 -05:00

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