When using Email activities, you can use HTML tags to format text, insert images or links, and much more. In this article, you will learn how to format the text in the email body using this approach.
Instructions
1. Start by using the Send email activity
2. Insert your email configuration
3. In the body of the mail, declare all the formatting of the text must with HTML formatting. Here’s an example:
<strong>Hello</strong> <i>Mr. John</i><br><em>Your assistance is requested now!</em><br> Please contact me at your earliest convenience.<br> Phone: (222) 344-3490<br> Email: <a href="mailto:123@abc.com">123@abc.com</a>
Note: check more HTML tags at HTML elements reference - HTML: HyperText Markup Language | MDN
Caution: The invalid or unexpected token exception appears if invalid characters exist or if the code line is not joined into one.