I have a bot who sends an email using an API from client, I would like to send a message with "Enter", i'm using a String:Enter but i't doesnt works.
I have my task bot configured like this:
No se ha cargado la información de $sBanco$ de manera exitosa. $String:Enter$ Error : $sException$ $String:Enter$ Línea de Error: $nErrorLine.Number:toString$
In the email that visualizes like this:
I would like to have this:
No se ha cargado la información de $sBanco$ de manera exitosa.
Error : $sException$ $String:Enter$
Línea de Error: $nErrorLine.Number:toString$
How can I do that?