Merge pull request #405 from sgmap/tech-email
Change the new admin account notification receiver
This commit is contained in:
commit
aaf590362f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue