demarches-normaliennes/app/mailers/application_mailer.rb

5 lines
129 B
Ruby
Raw Normal View History

2015-12-14 16:09:20 +01:00
class ApplicationMailer < ActionMailer::Base
2018-05-31 15:45:25 +02:00
default from: "demarches-simplifiees.fr <#{CONTACT_EMAIL}>"
2015-12-14 16:09:20 +01:00
layout 'mailer'
end