PHP mail() function

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
some_boy32
Forum Newbie
Posts: 2
Joined: Wed Apr 06, 2005 9:42 am

PHP mail() function

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

the "priority" header.
some_boy32
Forum Newbie
Posts: 2
Joined: Wed Apr 06, 2005 9:42 am

thanks

Post by some_boy32 »

Yep thats what i was after. thanks a lot.
Post Reply