From cb9d0560167d385b57562859b0a70194b5483aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 6 Dec 2012 10:28:38 +0000 Subject: [PATCH] Mailadresse aktualisiert --- system/account_deaktivierung_mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/account_deaktivierung_mail.php b/system/account_deaktivierung_mail.php index 2a2bc7cab..050af5cd8 100644 --- a/system/account_deaktivierung_mail.php +++ b/system/account_deaktivierung_mail.php @@ -154,7 +154,7 @@ if($result = $db->db_query($qry)) $message .= "Fachhochschule Technikum Wien\n"; $message .= "Höchstädtplatz 5\n"; $message .= "1200 Wien \n"; - $to = 'rapold@technikum-wien.at, astfaell@technikum-wien.at'; + $to = 'wienerro@technikum-wien.at, astfaell@technikum-wien.at'; $mail = new mail($to,'no-reply@'.DOMAIN,'Abbrecher Information', $message); if($mail->send()) $text.="Abbrecher Infomail an $to verschickt\n";