mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 05:54:19 +02:00
Added Moodle into the X-Mailer: header
This commit is contained in:
parent
d69cb7f457
commit
d2e378fb0b
@ -760,7 +760,7 @@ class phpmailer
|
||||
$header[] = sprintf("Subject: %s\r\n", trim($this->Subject));
|
||||
|
||||
$header[] = sprintf("X-Priority: %d\r\n", $this->Priority);
|
||||
$header[] = sprintf("X-Mailer: phpmailer [version %s]\r\n", $this->Version);
|
||||
$header[] = sprintf("X-Mailer: Moodle phpmailer [version %s]\r\n", $this->Version);
|
||||
$header[] = sprintf("Return-Path: %s\r\n", trim($this->From));
|
||||
|
||||
// Add custom headers
|
||||
|
Loading…
x
Reference in New Issue
Block a user