Hello there,
I'm looking for a way to begin a new line in the e-mail body, when Bonita sends an e-mail with the e-mail connector. Just adding \r\n or 'enter' doesn't seem to work.
Thanks for helping!
Regards, Jeroen
Hello there,
I'm looking for a way to begin a new line in the e-mail body, when Bonita sends an e-mail with the e-mail connector. Just adding \r\n or 'enter' doesn't seem to work.
Thanks for helping!
Regards, Jeroen
Hello Eric,
Thanks for your answer. Regrettably, this doesn't work for me. The e-mail is still sent as one line...
Regards, Jeroen.
I'm sorry, I just see the answer of rafael.viana. Thanks, this works indeed!
I should have tought of this myself ;-)
Kind regards, Jeroen
Jeroen:
I have had luck by using HTML for the email type and using:
< br />
where I want to line break to be.
Adding an html break tag does not work?