X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=include%2Ffunctions.php;h=191823d6de6f45db89e3c144ea307c8522dcbdac;hb=94bbb934cb0bc65c72e2ab724f4bf99b3c7207be;hp=47e80895f2cd5573e45512516fdf207e9f1a3f68;hpb=029a068c5ccaac8e5ff3d7e9d7f7f435976b4bc5;p=e-DoKo.git diff --git a/include/functions.php b/include/functions.php index 47e8089..191823d 100644 --- a/include/functions.php +++ b/include/functions.php @@ -218,9 +218,9 @@ function sendmail($To,$Subject,$message) if(isset($EMAIL_REPLY)) $header .= "From: e-DoKo daemon <$EMAIL_REPLY>\r\n"; - $headers .= "Content-Type: text/plain; charset = \"UTF-8\";\r\n"; - $headers .= "Content-Transfer-Encoding: 8bit\r\n"; - $headers .= "\r\n"; + $header .= "Content-Type: text/plain; charset = \"UTF-8\";\r\n"; + $header .= "Content-Transfer-Encoding: 8bit\r\n"; + $header .= "\r\n"; if($debug) {