Merge pull request #405 from sgmap/tech-email

Change the new admin account notification receiver
This commit is contained in:
gregoirenovel 2017-06-08 15:04:51 +02:00 committed by GitHub
commit aaf590362f

View file

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