php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #61093 Addititional MAIL HEADER for Sensitivity and Priority
Submitted: 2012-02-15 09:20 UTC Modified: 2015-05-26 11:44 UTC
Votes:2
Avg. Score:2.5 ± 1.5
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: boarda2000 at gmx dot net Assigned: cmb (profile)
Status: Not a bug Package: Mail related
PHP Version: Irrelevant OS: all
Private report: No CVE-ID: None
 [2012-02-15 09:20 UTC] boarda2000 at gmx dot net
Description:
------------
Missing Header for Sensitivity and Priority: 

Priority of Mails:
  $headers .= "X-Priority: 1 (Highest)\n";
  $headers .= "X-MSMail-Priority: High\n";
  $headers .= "Importance: High\n"; 

Sensitivity (not all Mailclients support this)
  $headers .= "Sensitivity: Personal\n"; 
Possible Options: Normal, Personal, Private and Company-Confidential

---
From manual page: http://www.php.net/function.mail
---



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-02-16 10:41 UTC] phpmpan at mpan dot pl
1. This is documentation for PHP, not for e-mail format or any related RFC. All of the headers that appear in the manual are there only as a part of examples that show how to use the `mail` function.

2. The fragment you're refering to is actually NOT a part of PHP documentation. It's user's comment. You can send your own comment, by using "add a note" link over the user's comments section.
 [2015-05-26 11:44 UTC] cmb@php.net
-Status: Open +Status: Not a bug -Assigned To: +Assigned To: cmb
 [2015-05-26 11:44 UTC] cmb@php.net
Indeed, this is not a bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 02:01:29 2024 UTC