Whitelist: send the alert mail to equipe

This commit is contained in:
Simon Lehericey 2018-01-10 16:49:54 +01:00
parent 53687bf84a
commit 6f0c3ebc11

View file

@ -11,7 +11,7 @@ class AdministrationMailer < ApplicationMailer
def dubious_procedures(procedures_and_type_de_champs)
@procedures_and_type_de_champs = procedures_and_type_de_champs
mail(to: 'tech@tps.apientreprise.fr',
mail(to: 'equipe@tps.apientreprise.fr',
subject: "[RGS] De nouvelles procédures comportent des champs interdits")
end
end