$mail->set('Priority:', 'Urgent');
$mail->set('Importance:', 'high');
$mail->set("X-TESTING:","one two three");
these do not seem to do anything. The email is sent / received but the expected headers are not added.
2009-04-20 13:34:44 UTC in PHPMailer