mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
Remove PHPMailer X-Mailer header
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7465852eb4
commit
7343463c74
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ class MailService {
|
|||
$mail->CharSet = 'UTF-8';
|
||||
$mail->addCustomHeader('Auto-Submitted', 'auto-generated');
|
||||
$mail->addCustomHeader('Return-Path', '<>');
|
||||
$mail->XMailer = ' ';
|
||||
|
||||
// Send mail
|
||||
$mail->send();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue