added application name in config/
This commit is contained in:
parent
52548d7646
commit
c658428441
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ Devise.setup do |config|
|
|||
# Configure the e-mail address which will be shown in Devise::Mailer,
|
||||
# note that it will be overwritten if you use your own mailer class
|
||||
# with default "from" parameter.
|
||||
config.mailer_sender = "demarches-simplifiees.fr <#{CONTACT_EMAIL}>"
|
||||
config.mailer_sender = "#{APPLICATION_NAME} <#{CONTACT_EMAIL}>"
|
||||
|
||||
# Configure the class responsible to send e-mails.
|
||||
config.mailer = 'DeviseUserMailer'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue