Please see the attached picture, how can I send it same way (color, formatting, etc…all) using SMTP Mail Activity? I tried doing it but unfortunately it is not working. Any help would be appreciated.
Have you tried selecting the option Body as html as shown below, before adding your String variable to the Body input?
Perhaps it works, however, I have also experienced issues with formatting mail body in this particular activity.
The “old” version of the activity had a boolean property IsBodyHTML which seemed to work.
Thats an example ..you can add color and all as well..that might be because you would need to surround with inverted comma and also escape each inverted comma inside yhe string with double inverted comma
Got it, I see I will give this a try. Also, are there any good websites out there that can convert it to HTML? Or how do you recommend if I want to convert something to HTML format?