/ Published in: PHP
Expand |
Embed | Plain Text
Edit: manager\includes\controls\class.phpmailer.php Comment line 438: // $rt = @mail($to, $this->EncodeHeader($this->Subject), $body, $header); And add this: { 'MIME-Version: 1.0' . "\r\n" . 'Content-Transfer-Encoding: 8bit' . "\r\n" . 'Content-Type: text/html; charset="UTF-8"'; }
You need to login to post a comment.
