Hi,
since when we have upgraded to last version of ScriptRunner all our existing Script Listeners are sending email notifications with wrong email sender.
Before this upgrade all the script listeners were taking the project's default email address as sender email. Since the upgrade all the outgoing notifications are sent with the JIRA default email address.
Any suggestion?
Thank you in advance
The Send Custom Email has been defaulting to the mail server configured sender for a while. You can set it dynamically to the project's default email address using the mail object's setFrom
method as documented at https://scriptrunner.adaptavist.com/latest/jira/builtin-scripts.html#_dynamic_control_over_recipients_and_from.
You should be able to get the project's email address using issue.projectObject.email.
If you want to send HTML in your email, make sure to use the HTML template. You may need to wrap things in a <div> tag instead of a body tag, as I think we might insert a body tag for you by default. We also do some CSS inlining under the hood now, so you may be able to simply wrap your styles tag like WHATWG intended and let that take care of it for you.
The same problem for css rendering.
email content is no longer recognizing the tag
<body style="font-family:calibri;font-size:16px">
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.