Hello,
I’m using the “Send SMTP Mail Message” activity to send emails.
After sending, all line breaks in the email body are removed. The body text is loaded from an Excel-based config into a variable using (read range workbook) and then saved to dictionary.
When calling for the text in Body of SMTP acitivity I use: Convert.ToString(Config(“Body”))