05 Jun 2023
02:21 AM
- last edited on
05 Jun 2023
11:32 PM
by
MaciejNeumann
I am using multiple placeholders in email integration ( body ) & i wanted to print them in separate lines in the email body. Is there a possibility ?
Solved! Go to Solution.
It is possible to put them on separate lines, as long as you use HTML format for the problem notifications.
You can use the standard HTML line break code <br /> for this in the email body field - for example:
{ProblemDetailsHTML}
<br /><br />
This is a new line.
<br /><br />
This is also a new line.
<br /><br />
This is yet another new line.
If you only put a single <br /> it will break to the next line, but not leave a space between them like in my example.
Featured Posts