]> git.p6c8.net - form-email.git/blobdiff - form-email/mailer.php
Veroeffentlichung von Form E-Mail 3.5 vorbereiten
[form-email.git] / form-email / mailer.php
index 76fc6480679c555e0bd75d60d9d717c99e65885a..4d2e5004ec48017590eeb1b7ccdb7b257ba48b29 100644 (file)
@@ -7,7 +7,7 @@
 # geschrieben wurde.\r
 #\r
 # Autor:            Patrick Canterino <patrick@patshaping.de>\r
 # geschrieben wurde.\r
 #\r
 # Autor:            Patrick Canterino <patrick@patshaping.de>\r
-# Letzte Aenderung: 09.01.2012\r
+# Letzte Aenderung: 05.02.2012\r
 #\r
 # Copyright (C) 2002-2012 Patrick Canterino\r
 #\r
 #\r
 # Copyright (C) 2002-2012 Patrick Canterino\r
 #\r
@@ -21,7 +21,7 @@
 #  Hauptteil\r
 # ===========\r
 \r
 #  Hauptteil\r
 # ===========\r
 \r
-$VERSION = '3.5-dev';\r
+$VERSION = '3.5';\r
 \r
 require('config.php');\r
 require('functions.php');\r
 \r
 require('config.php');\r
 require('functions.php');\r
@@ -347,7 +347,7 @@ if($recipient && is_array($aliases) && $aliases[$recipient]) {
 $mailto = semicolon_split($mailto);\r
 \r
 for($x=0;$x<count($mailto);$x++) {\r
 $mailto = semicolon_split($mailto);\r
 \r
 for($x=0;$x<count($mailto);$x++) {\r
-    mail($mailto[$x],$encoded_subject,$mailtext,$header) or die($err_send_error);\r
+    mail($mailto[$x],$encoded_subject,$mailtext,$header) or show_fatal($err_send_error);\r
 }\r
 \r
 # Mails auf Festplatte speichern\r
 }\r
 \r
 # Mails auf Festplatte speichern\r
@@ -373,7 +373,7 @@ if(isset($store_mails) && $store_mails) {
 \r
     # Daten in Datei schreiben\r
 \r
 \r
     # Daten in Datei schreiben\r
 \r
-    file_put_contents($file_name,$mailtext);\r
+    file_put_contents($file_name,$mailtext) or show_fatal($err_store_error);\r
 \r
     # Alte Dateien loeschen\r
 \r
 \r
     # Alte Dateien loeschen\r
 \r

patrick-canterino.de