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.

> 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". 


/Per Jessen, Zürich


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

Reply via email to