Set mail priority to HIGH while sending custom email using script runner post function

Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 12, 2014

hi,

In the custom email post function on transition of script runner is it possibnle to send a "high importance" email, MS outlook 2010.

Thanks,

2 answers

1 accepted

0 votes
Answer accepted
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 13, 2014

This is just a case of setting the X-Priority header IIRC... I don't think you can do that right now. If you create an issue I might add a callback or something whereby the headers can be manipulated.

Guy Anela January 8, 2018

Hi Jamie - Was there ever a solution put in place for this?

1 vote
Guy Anela January 11, 2018

As mentioned here, you can add the following to the  "Condition and configuraton" section...

 

mail.addHeader("X-Priority", "1 (Highest)")

true

Suggest an answer

Log in or Sign up to answer