mail boundary auskommentiert

This commit is contained in:
troy 2022-11-12 11:22:56 +01:00
parent 67a39afe0f
commit 2913f3f032

View File

@ -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 )) {