Re: [PHP] Mark Email as Urgent

2005-10-13 Thread Nathaniel Hall
Richard Lynch wrote: > On Thu, October 13, 2005 12:47 pm, Nathaniel Hall wrote: > >>I have a PHP script that automatically sends an e-mail when accessed. >>Is there any way to mark the e-mail that is sent >>as urgent or flagged? >> >>Any help is appreciated. > > > Yes, but... > > You can add a

Re: [PHP] Mark Email as Urgent

2005-10-13 Thread Richard Lynch
On Thu, October 13, 2005 12:47 pm, Nathaniel Hall wrote: > I have a PHP script that automatically sends an e-mail when accessed. > Is there any way to mark the e-mail that is sent > as urgent or flagged? > > Any help is appreciated. Yes, but... You can add a header "Priority: High" (I think it's

Re: [PHP] Mark Email as Urgent

2005-10-13 Thread Dan McCullough
add a header in the mail function between 1 - 5, 1 being the highest $headers .= "X-Priority: 1\n"; On 10/13/05, Nathaniel Hall <[EMAIL PROTECTED]> wrote: > I have a PHP script that automatically sends an e-mail when accessed. Is > there any way to mark the e-mail that is sent > as urgent or fla

Re: [PHP] Mark Email as Urgent

2005-10-13 Thread John Nichel
Nathaniel Hall wrote: I have a PHP script that automatically sends an e-mail when accessed. Is there any way to mark the e-mail that is sent as urgent or flagged? Yes. Any help is appreciated. http://us2.php.net/manual/en/function.mail.php additional_headers -- John C. Nichel ÜberGeek K

[PHP] Mark Email as Urgent

2005-10-13 Thread Nathaniel Hall
I have a PHP script that automatically sends an e-mail when accessed. Is there any way to mark the e-mail that is sent as urgent or flagged? Any help is appreciated. -- Nathaniel Hall, GSEC -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php