Commit 5645a5e5 authored by tbrehm's avatar tbrehm
Browse files

Fixed content-type definition in email send function.

parent e91ad538
......@@ -57,7 +57,7 @@ class functions {
$header .= "Content-Type: multipart/mixed; boundary=$uid\n";
$header .= "--$uid\n";
$header .= "Content-Type: text/plain\n";
$header .= "Content-Type: text/plain;\n\tcharset=\"UTF-8\"\n";
$header .= "Content-Transfer-Encoding: 8bit\n\n";
$header .= "$text\n";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment