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
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
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
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
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
5 matches
Mail list logo