Per Jessen wrote:
Edward Diener wrote:

Is there any PHP functionality for sending mail and attaching a high
priority to the mail item ?

printf() ?
All you need to do is a add header like "X-Priority: High".  It's just a
line of text.

Thanks for pointing this header out. My search for "X-Priority" yields:

"X-Priority: 1"

or

"X-Priority: 1 (High)"

as the correct format(s).


In Outlook ( and Outlook Express ) there is the notion of a high
priority mail item, but I do not know if this corresponds to anything
in an RFC for mail.

Not too my knowledge. It's a Microsoft "standard".

Well the X-Priority may do.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to