fdc17bea5 ^
2b116131d ^
116ab27e0 ^
1 2
3
4
5 6
# frozen_string_literal: true class ApplicationMailer < ActionMailer::Base default from: ENV.fetch('SMTP_FROM_ADDRESS') { 'notifications@localhost' } layout 'mailer' end