]> git.mjollnir.org Git - moodle.git/commitdiff
Added Moodle into the X-Mailer: header
authormartin <martin>
Sat, 18 May 2002 06:36:51 +0000 (06:36 +0000)
committermartin <martin>
Sat, 18 May 2002 06:36:51 +0000 (06:36 +0000)
lib/phpmailer/class.phpmailer.php

index bc9e783b9a14e78d6ecdaf0d27396f5d238634fb..2942f90a7e2054429d240e4ac32766ca30a3e82b 100644 (file)
@@ -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