Change a reply_to email address
equipe@ is an internal email address
This commit is contained in:
parent
e5aa0374a8
commit
092df8e8af
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class AdministrationMailer < ApplicationMailer
|
||||||
@reset_password_token = reset_password_token
|
@reset_password_token = reset_password_token
|
||||||
mail(to: admin.email,
|
mail(to: admin.email,
|
||||||
subject: "demarches-simplifiees.fr - Activez votre compte administrateur",
|
subject: "demarches-simplifiees.fr - Activez votre compte administrateur",
|
||||||
reply_to: "equipe@demarches-simplifiees.fr")
|
reply_to: "contact@demarches-simplifiees.fr")
|
||||||
end
|
end
|
||||||
|
|
||||||
def dubious_procedures(procedures_and_type_de_champs)
|
def dubious_procedures(procedures_and_type_de_champs)
|
||||||
|
|
Loading…
Reference in a new issue