Priority Header in Emails

Doomboss

New Member
I would love to create a radio button element indicating a certain state of priority. As far as I know this is an issue of the header of the sent mail.
Any idea how to implement such a feature?
 
dont think the Joomla email function provides this option.
The underlying class it uses is /includes/phpmailer/class.phpmailer.php and this does have an option to set the X-Priority header:

Code:
	/**
	 * Email priority (1 = High, 3 = Normal, 5 = low).
	 * @var int
	 */
	var $Priority		 = 3;

but im not sure how you would best go about accessing this
 
yes Rob, already noticed those lines. My problem is I'm too much of a newbie to know how to parse the relevant variable...
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top