Organization email template line feeds issue
Views (222)
Organization email templates can used to configure email message templates in Dynamics 365 finops. The email message content can be stored in html format. The html format will replace all '\n' characters with '<br>' tags in html. If your HTML message content has ‘\n’ hidden characters, these are replaced by <br> tags. This will result in unnecessary line feeds on the email message. You can search for line feeds '\n' and easily remove them using some of the text editors. Some editors like notepad don’t show these special characters when opening the file.
*This post is locked for comments