This commit is contained in:
Andreas Österreicher
2007-12-12 08:09:02 +00:00
parent 4699058117
commit 71c3311268
5 changed files with 5 additions and 5 deletions
@@ -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>";
+1 -1
View File
@@ -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>";
+1 -1
View File
@@ -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>";