cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

print to Next line of placeholder in email body

SaiVenkatesh
Guide

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 ?

 

Sai Venkatesh Nichenametla
1 REPLY 1

andre_vdveen
DynaMight Champion
DynaMight Champion

Hi @SaiVenkatesh 

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