[Help Beginner] Email body formating

Hello,

The function send outlook email allows to write the body of the email.

I want to do the following things : line break, put certain things in bold, italic…

How do I do that ?
Thank you

If you enable html, you can do the following

Line break: <br>
Italics: <i>Some Text</i>
Bold: <b>Some Text</b>

@Telemedium - you can build the email body as html with styles & codes…

<b> bold </b>
<i> italics </i>
<u> underline</u>
<br /> break or new line