05-21-2008, 05:03 PM
|
#2 (permalink)
|
|
The Frequenter
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
|
Non of the current browsers that are free offer support for this, seeing that they've got there own priority system.
It's used as:
PHP Code:
$headers .= "X-Priority: 1" . "\r\n"; $headers .= "Priority: Urgent" . "\r\n"; $headers .= "Importance: High". "\r\n"; $headers .= "X-MSMail-Priority: High" . "\r\n";
Also can be pushed into an array using $headers = array(); $headers[] = ''; :) Print it out in foreach.
__________________
"Life is a bitch, take that bitch on a ride"
|
|
|