Change the new admin account notification receiver

This commit is contained in:
gregoirenovel 2017-06-07 11:48:48 +02:00
parent ddaf66eb22
commit d3f4e0c210

View file

@ -4,7 +4,7 @@ class NewAdminMailer < ApplicationMailer
@admin = admin @admin = admin
@password = password @password = password
mail(to: 'tech@apientreprise.fr', mail(to: 'tech@tps.apientreprise.fr',
subject: "Création d'un compte Admin TPS") subject: "Création d'un compte Admin TPS")
end end
end end