mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -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<br><br>";
|
||||
else
|
||||
echo "Fehler beim Senden an $adress<br><br>";
|
||||
|
||||
@@ -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<br><br>";
|
||||
else
|
||||
echo "Fehler beim Senden an $to<br><br>";
|
||||
|
||||
@@ -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<br><br>";
|
||||
else
|
||||
echo "Fehler beim Senden an $adress<br><br>";
|
||||
|
||||
@@ -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 "<br>Mail wurde an $adress versandt<br><br>";
|
||||
else
|
||||
echo "<br>Fehler beim Senden an $adress<br><br>";
|
||||
|
||||
@@ -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<br><br>";
|
||||
else
|
||||
echo "Fehler beim Senden an $adress<br><br>";
|
||||
|
||||
Reference in New Issue
Block a user