Files
sanasto-wiki/app/mailers/application_mailer.rb
Runar Ingebrigtsen 887d52c447
CI / scan_ruby (push) Successful in 17s
CI / scan_js (push) Successful in 13s
CI / lint (push) Successful in 19s
CI / test (push) Successful in 29s
fix mail from address
2026-01-29 14:04:42 +01:00

5 lines
131 B
Ruby

class ApplicationMailer < ActionMailer::Base
default from: Rails.application.credentials.dig(:mail, :from)
layout "mailer"
end