mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-25 13:37:25 +02:00
Modifications mail nouvau organisateur
This commit is contained in:
@ -161,7 +161,7 @@ class Mailer
|
||||
$content = self::getTemplate("add_organizer");
|
||||
$content = preg_replace("#{FIRST_NAME}#", $new_orga->first_name, $content);
|
||||
$content = preg_replace("#{SURNAME}#", $new_orga->surname, $content);
|
||||
$content = preg_replace("#{PASSWORD}#", $new_orga->password, $content);
|
||||
$content = preg_replace("#{TOKEN}#", $new_orga->token, $content);
|
||||
|
||||
self::sendMail($new_orga->email, "Ajout d'un organisateur – TFJM² $YEAR", $content);
|
||||
}
|
||||
|
Reference in New Issue
Block a user