From: x2003bruneau Date: Tue, 26 Sep 2006 10:45:20 +0000 (+0000) Subject: hotliners@p.o => hotliners@staff.p.o X-Git-Tag: xorg/0.9.11~38 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=742483ea443800f8fac3f03dcb3828181df55c4b;p=platal.git hotliners@p.o => hotliners@staff.p.o git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@906 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/include/emails.inc.php b/include/emails.inc.php index c85191f..836d82c 100644 --- a/include/emails.inc.php +++ b/include/emails.inc.php @@ -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 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 diff --git a/include/validations.inc.php b/include/validations.inc.php index 514776e..887d6e2 100644 --- a/include/validations.inc.php +++ b/include/validations.inc.php @@ -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"