Files
grecia/app/mailers/application_mailer.rb
2019-05-21 11:22:04 +02:00

7 lines
193 B
Ruby

class ApplicationMailer < ActionMailer::Base
helper :settings
helper :application
default from: "#{Setting["mailer_from_name"]} <#{Setting["mailer_from_address"]}>"
layout "mailer"
end