Email templates that use HTML markup tags insert unwanted blank lines in the body of the email in RSA Identity Governance & Lifecycle
Originally Published: 2020-01-24
Article Number
Applies To
RSA Version/Condition: 7.1.1, 7.2.0
Issue
For example, consider the below email template: (Admin > Email > Templates tab > Create/Edit email template)
To view the email content, go to (Admin > Email > Templates tab > {name of email template} > Content: View button).
The expected email content is:
The actual email content is:
Note the unexpected addition of blank lines in the email content.
Cause
Note:This is an issue only when using HTML tags that add styling to a text/response. This is not an issue with tags used to generate a text/response.
This is a known issue reported in engineering ticket ACM-102286.Resolution
Workaround
For example, change
FROM:
FROM:
<span style="color:red"> Here is some red text. </span>
TO:
<span style="color:red">Here is some red text.</span>
Applying this workaround to the example above would look like:
To view the email content, go to (Admin > Email > Templates tab > {name of email template} > Content: View button).
The email body now looks as expected:
Notes
Related Articles
Hyperlinks in the Email body of Workflow Nodes that are defined as Job Level Variables are not saved in RSA Identity Gover… 76Number of Views Embedding Images into mail template and workflow emails 169Number of Views How to define email recipients of emails defined in RSA Identity Governance & Lifecycle email templates 62Number of Views How to make the sender address field non-editable when clicking on send email button while performing the review in RSA Id… 25Number of Views Changes to the Manual Fulfillment Node in an AFX Fulfillment Workflow are unable to be saved in RSA Identity Governance & … 58Number of Views
Don't see what you're looking for?