Skip to content
Snippets Groups Projects
Commit 7b0e42be authored by Nicolas Bouilleaud's avatar Nicolas Bouilleaud
Browse files

Use the new named constant for 'utf-8'

parent ed223f21
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class MailService {
// Bodies
$body = $body . ' <br/><br/>' . __('Mail', 'Thank you for your trust.') . ' <br/>' . NOMAPPLICATION . ' <hr/>' . __('Mail', "\"The road is long, but the way is clear…\"<br/>Framasoft lives only by your donations.<br/>Thank you in advance for your support https://soutenir.framasoft.org");
$mail->isHTML(true);
$mail->CharSet = 'utf-8';
$mail->CharSet = PHPMailer::CHARSET_UTF8;
$mail->msgHTML($body, ROOT_DIR, true);
// Build headers
......
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