mail boundary auskommentiert
This commit is contained in:
parent
67a39afe0f
commit
2913f3f032
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 = '') {
|
function send_php_mail($an, $betreff, $text, $ok = '', $error = '') {
|
||||||
$boundary = md5($an.$betreff.$text.time());
|
//$boundary = md5($an.$betreff.$text.time());
|
||||||
include 'secret.php';
|
include 'secret.php';
|
||||||
$sender = 'noreply@troy-grunt.de';
|
$sender = 'noreply@troy-grunt.de';
|
||||||
if (isset ( $_sendermail )) {
|
if (isset ( $_sendermail )) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user