X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fregister.inc.php;h=04d56a6b354af1c83273c0a3ad68c1b7336291aa;hb=1a013db76335dc18f2b756bd5aca57401d384026;hp=29fd7626fc70af12424a2f5b02702aa48d118792;hpb=105b215f75b5e9310e24e439737938a7bb768d80;p=platal.git diff --git a/include/register.inc.php b/include/register.inc.php index 29fd762..04d56a6 100644 --- a/include/register.inc.php +++ b/include/register.inc.php @@ -247,7 +247,7 @@ function send_alert_mail($state, $body) require_once("diogenes/diogenes.hermes.inc.php"); $mailer = new HermesMailer(); $mailer->setFrom("webmaster@polytechnique.org"); - $mailer->addTo("hotliners@polytechnique.org"); + $mailer->addTo("hotliners@staff.polytechnique.org"); $mailer->setSubject("ALERTE LORS DE L'INSCRIPTION de " . $state['prenom'] . ' ' . $state['nom'] . '(' . $promo . ')'); $mailer->setTxtBody($body