I am trying to send an email using a text file to store the body of the email. However, when reading the text file (Using the readTextFile activity) it loses all it’s structure, I have tried using string.replace to substitute a symbol I put at the end of each line for vbNewLine and I tried the same with environment.Newline instead but both options do nothing. Is there an easy way to keep the structure of the text message?
Thanks for getting back to me so fast, I am using the Reply to outlook message activity and can’t see an option for Body is HTML, is there a way to set the text as HTML String?
I am trying not to use this activity as it requires an outlook card and I’ve had issues using that in the past, is there anyway to do it using the reply to outlook activity?