From 1f24b1e878b1d0f23c7a7c8ddd0d6a8238958a5a Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Mon, 7 Sep 2020 21:29:19 +0200 Subject: [PATCH] =?UTF-8?q?Frau=20Matthissa=20Olensky=20zu=20Abbrecher-Mai?= =?UTF-8?q?l=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 083295461..8668290d7 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 6\n"; $message .= "1200 Wien \n"; - $to = 'wienerro@technikum-wien.at, astfaell@technikum-wien.at'; + $to = 'wienerro@technikum-wien.at, astfaell@technikum-wien.at, olensky@technikum-wien.at'; $mail = new mail($to,'no-reply@'.DOMAIN,'Abbrecher Information', $message); if($mail->send()) $text.="Abbrecher Infomail an $to verschickt\n";