mail boundary auskommentiert
This commit is contained in:
2
mail.php
2
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 )) {
|
||||
|
||||
Reference in New Issue
Block a user