Hello,
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?
Thank you