Page 1 of 1

PHP mail() function

Posted: Wed Apr 06, 2005 9:46 am
by some_boy32
Hi, i hope somebody can help. This may sound trivial but im quite new to php.

I am using the php mail function to send emails. It works fine but i want to be able to set the importance level on the emails to high. Is there a way of doing this?

I have tried various things but have had no luck.

Any help would be appreciated.

Thanks

Posted: Wed Apr 06, 2005 9:58 am
by feyd
the "priority" header.

thanks

Posted: Wed Apr 06, 2005 10:12 am
by some_boy32
Yep thats what i was after. thanks a lot.