SMPT NewLine

Hi friends.
I have changed from"sent outlook mail message" to “smtp” activity . Currently, facing a problem that my body of the mail cannot go to new line. Please assist.
image

Current output

expected to have two sentences :slight_smile:
Caught exception …
Caught exception…

@Perri
you can enable HTML in property panel and give 2 para tags

eg:

Caught exception: “+exception.message+”

Caught inner try catch”+exception.message+“

also

enable the below property

Hi @Perri ,

Checkin the IsBodyHtml

Thanks,
Rajkumar

Hi @Perri

You can try with VbnewLine

"Caught exception:" +exception.message+vbNewLine+"Caught exception:" +exception.message

Regards
Gokul

@Perri
please find the sample