@BuvaneshV you could apply an inline style, or custom css in the correspondence rule to change line-height. If doing embedded css, then in the correspondence rule ‘source only’ view format like the following:
@bretw Above code will resolve issue while displaying the email content in the U. But if user send out email from the pega system with same content, then in outlook extra white spaces are getting displayed for each line of email content.
@BuvaneshV no solution was provided in Maleesha’s question (logged against Pega 8.7.4). You have mentioned you are on the same version, yet the version selected in the dropdown is Pega 8.8.1. Please confirm your version.
In the past our GCS team investigated and found that it’s an issue with outlook/microsoft. The paragraph ‘p’ tag is including extra space in the outlook when we receive acknowledgement mail using correspondence from pega and this is getting added from outlook client.
Issue in the past was resolved after keeping the styles in a section or in correspondence rule and include in all of correspondences having this issue. Use the below steps: -
Create Section and uncheck auto generated html box and add the below code there -
Save the code and refer to the correspondence. -
In correspondence include this section rule via Html rule section.
Formatting issues in outgoing emails such as line break characters might be caused by rich text editors like Microsoft Word. These editors use complex HTML formatting instructions that the email program may not interpret correctly leading to unexpected line breaks or formatting changes in the email content.