We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91ad53 commit 5645a5eCopy full SHA for 5645a5e
1 file changed
interface/lib/classes/functions.inc.php
@@ -57,7 +57,7 @@ public function mail($to, $subject, $text, $from, $filepath = '', $filetype = 'a
57
$header .= "Content-Type: multipart/mixed; boundary=$uid\n";
58
59
$header .= "--$uid\n";
60
- $header .= "Content-Type: text/plain\n";
+ $header .= "Content-Type: text/plain;\n\tcharset=\"UTF-8\"\n";
61
$header .= "Content-Transfer-Encoding: 8bit\n\n";
62
$header .= "$text\n";
63
0 commit comments