mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 00:51:27 +02:00
Add Priority fields to email headers ... apparently may help with some agressive anti-spam systems on hotmail et al
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3142 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -190,7 +190,7 @@ class emailer
|
|||||||
//
|
//
|
||||||
// Add date and encoding type
|
// Add date and encoding type
|
||||||
//
|
//
|
||||||
$universal_extra = "MIME-Version: 1.0\nContent-type: text/plain; charset=" . $this->encoding . "\nContent-transfer-encoding: 8bit\nDate: " . gmdate('D, d M Y H:i:s', time()) . " UT\n";
|
$universal_extra = "MIME-Version: 1.0\nContent-type: text/plain; charset=" . $this->encoding . "\nContent-transfer-encoding: 8bit\nDate: " . gmdate('D, d M Y H:i:s', time()) . " UT\nX-Priority: 3\nX-MSMail-Priority: Normal\nX-Mailer: PHP\n";
|
||||||
$this->extra_headers = $universal_extra . trim($this->extra_headers);
|
$this->extra_headers = $universal_extra . trim($this->extra_headers);
|
||||||
|
|
||||||
if ( $this->use_smtp )
|
if ( $this->use_smtp )
|
||||||
|
Reference in New Issue
Block a user