diff --git a/mail.php b/mail.php index bb9bb41..e6e69e1 100644 --- a/mail.php +++ b/mail.php @@ -58,7 +58,7 @@ function send_html_mail($an, $betreff, $text, $ok = '', $error = '') { } function send_php_mail($an, $betreff, $text, $ok = '', $error = '') { - $boundary = md5($an.$betreff.$text.time()); + //$boundary = md5($an.$betreff.$text.time()); include 'secret.php'; $sender = 'noreply@troy-grunt.de'; if (isset ( $_sendermail )) {