From 71c3311268e711c55d5ab432449f07f332c34a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 12 Dec 2007 08:09:02 +0000 Subject: [PATCH] --- system/sync/stp/sync_stp_vilesci_benutzer.php | 2 +- system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php | 2 +- system/sync/stp/sync_stp_vilesci_mitarbeiter.php | 2 +- system/sync/stp/sync_stp_vilesci_note.php | 2 +- system/sync/stp/sync_stp_vilesci_student.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/system/sync/stp/sync_stp_vilesci_benutzer.php b/system/sync/stp/sync_stp_vilesci_benutzer.php index c80866e34..4f5b958ce 100644 --- a/system/sync/stp/sync_stp_vilesci_benutzer.php +++ b/system/sync/stp/sync_stp_vilesci_benutzer.php @@ -184,7 +184,7 @@ $text = $statistik."\n\n".$text; - if(mail($adress, 'SYNC Benutzer',$head_text.$text, "From: vilesci@technikum-wien.at")) + if(mail($adress, 'SYNC Benutzer',$head_text.$text, "From: nsc@fhstp.ac.at")) echo "Mail wurde an $adress versandt

"; else echo "Fehler beim Senden an $adress

"; diff --git a/system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php b/system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php index f67c7a0be..d28ffe3f8 100644 --- a/system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php +++ b/system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php @@ -459,7 +459,7 @@ //$to = 'oesi@technikum-wien.at'; $to = $adress_ext; - if(mail($to, 'SYNC Lehrveranstaltung',$head_text.$text, "From: vilesci@technikum-wien.at")) + if(mail($to, 'SYNC Lehrveranstaltung',$head_text.$text, "From: nsc@fhstp.ac.at")) echo "Mail wurde an $to versandt

"; else echo "Fehler beim Senden an $to

"; diff --git a/system/sync/stp/sync_stp_vilesci_mitarbeiter.php b/system/sync/stp/sync_stp_vilesci_mitarbeiter.php index f9ee5c0af..03d6ed98f 100644 --- a/system/sync/stp/sync_stp_vilesci_mitarbeiter.php +++ b/system/sync/stp/sync_stp_vilesci_mitarbeiter.php @@ -240,7 +240,7 @@ $text = $statistik."\n\n".$text; - if(mail($adress, 'SYNC Mitarbeiter',$head_text.$text, "From: vilesci@technikum-wien.at")) + if(mail($adress, 'SYNC Mitarbeiter',$head_text.$text, "From: nsc@fhstp.ac.at")) echo "Mail wurde an $adress versandt

"; else echo "Fehler beim Senden an $adress

"; diff --git a/system/sync/stp/sync_stp_vilesci_note.php b/system/sync/stp/sync_stp_vilesci_note.php index d17fdb1a7..7efa4c3ed 100644 --- a/system/sync/stp/sync_stp_vilesci_note.php +++ b/system/sync/stp/sync_stp_vilesci_note.php @@ -306,7 +306,7 @@ $text = $statistik."\n\n".$text; - if(mail($adress, 'SYNC Noten',$head_text.$text, "From: vilesci@technikum-wien.at")) + if(mail($adress, 'SYNC Noten',$head_text.$text, "From: nsc@fhstp.ac.at")) echo "
Mail wurde an $adress versandt

"; else echo "
Fehler beim Senden an $adress

"; diff --git a/system/sync/stp/sync_stp_vilesci_student.php b/system/sync/stp/sync_stp_vilesci_student.php index 2542be1de..ad29d0f5d 100644 --- a/system/sync/stp/sync_stp_vilesci_student.php +++ b/system/sync/stp/sync_stp_vilesci_student.php @@ -237,7 +237,7 @@ $text = $statistik."\n\n".$text; - if(mail($adress, 'SYNC Studenten',$head_text.$text, "From: vilesci@technikum-wien.at")) + if(mail($adress, 'SYNC Studenten',$head_text.$text, "From: nsc@fhstp.ac.at")) echo "Mail wurde an $adress versandt

"; else echo "Fehler beim Senden an $adress

";