line break not working in send mail task

  • Hi

    I have a script task in which I have some message which I need to send as mail body, I want some line break in my mail body. I used \r , chr(10) chr(13) but when I m checking my mail, its not taking line break just printing the characters as it is.

    can anybody help me?

    Vaseem

  • You can use \r in the Send Mail Task by encapsulating them in quotes.

    In Expression Builder, I would set up the MessageSource like so (formatting for readability only btw):

    "line 1 of my message" +

    "\r" +

    "line 2 of my message"

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply