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
";