mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
Use PHP Mailer constant for charset
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
237a7857fa
commit
ae774106dd
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class MailService {
|
|||
$mail->msgHTML($body, ROOT_DIR, true);
|
||||
|
||||
// Build headers
|
||||
$mail->CharSet = 'UTF-8';
|
||||
$mail->CharSet = PHPMailer::CHARSET_UTF8;
|
||||
$mail->addCustomHeader('Auto-Submitted', 'auto-generated');
|
||||
$mail->addCustomHeader('Return-Path', '<>');
|
||||
$mail->XMailer = ' ';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue