ajout du nom d'application dans les mailers
This commit is contained in:
parent
03864f60cf
commit
52548d7646
8 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
class ApplicationMailer < ActionMailer::Base
|
||||
helper :application # gives access to all helpers defined within `application_helper`.
|
||||
default from: "demarches-simplifiees.fr <#{CONTACT_EMAIL}>"
|
||||
default from: "#{APPLICATION_NAME} <#{CONTACT_EMAIL}>"
|
||||
layout 'mailer'
|
||||
|
||||
# Don’t retry to send a message if the server rejects the recipient address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue