Skip to content
Snippets Groups Projects
Commit 5645a5e5 authored by tbrehm's avatar tbrehm
Browse files

Fixed content-type definition in email send function.

parent e91ad538
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment