05 Jun 2023
10:21 AM
- last edited on
06 Jun 2023
07:32 AM
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.
06 Jun 2023 10:00 AM - edited 06 Jun 2023 10:15 AM
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.