diff --git a/interface/lib/classes/functions.inc.php b/interface/lib/classes/functions.inc.php index 1839676eb3c56150fb8a79861d5c2346d6d79c8a..8071429b7c3965cebc9d153be2d35f8d3b017f64 100644 --- a/interface/lib/classes/functions.inc.php +++ b/interface/lib/classes/functions.inc.php @@ -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";