I would like to be able to use HTML content in the email body in Reactive apps.
Html content is needed to sent emails with a nice layout from Reactive apps.
Expressions in Traditional Applications have the "Escape Content" attribute. When you set it to "No" a mail sent by a Traditional Application is delivered as a HTML Document. This is not possible in Reactive applications.
The HTML Element can also not be used in an email in Reactive app.

The only current solution would be, to create a Traditional Application just for sending the email and provide a public EmailSend-Method. But that is a lot of overhead just to send a mail.
Email with Html content.JPG