hotliners@p.o => hotliners@staff.p.o
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 26 Sep 2006 10:45:20 +0000 (10:45 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 26 Sep 2006 10:45:20 +0000 (10:45 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@906 839d8a87-29fc-0310-9880-83ba4fa771e5

include/emails.inc.php
include/register.inc.php
include/validations.inc.php

index c85191f..836d82c 100644 (file)
@@ -271,7 +271,7 @@ class Redirect
             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'AJOUT DE REDIRECTION de "
                 . S::v('prenom') . ' ' . S::v('nom') . '(' . S::v('promo') . ')');
             $mailer->setTxtBody($message
index 29fd762..04d56a6 100644 (file)
@@ -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
index 514776e..887d6e2 100644 (file)
@@ -172,7 +172,7 @@ class Validate
             $mailer = new HermesMailer;
             $mailer->setSubject("Commentaires de validation {$this->type}");
             $mailer->setFrom("validation+{$this->type}@{$globals->mail->domain}");
-            $mailer->addTo("hotliners@{$globals->mail->domain}");
+            $mailer->addTo("hotliners@staff.polytechnique.org");
 
             $body = "Validation {$this->type} pour {$this->prenom} {$this->nom}\n\n"
               . S::v('bestalias')." a ajouté le commentaire :\n\n"