4
votes

I am using Azure Logic App to send Email via Outlook.

However, I could not use the [Send an Outlook Email] Action in HTML format.

The mail sent is in plain-text format.

How could I sent the HTML email with Azure Logic App and Send an Outlook Email ?

Azure Logic App Image

Plain-Text Email Image

3

3 Answers

6
votes

Open the "Send Email" task and click on Advanced Options. There is a "Is HTML" setting under there.

1
votes

This is all for V1 of the Action. for V2 this isn't possible anymore.

This blog explains new options: https://blog.sandro-pereira.com/2020/01/26/logic-apps-how-to-send-a-well-formatted-html-email-notification-with-office-365-outlook-connector/

Basically the workaround to have the HTMl render properly is to create a variable and paste the HTML in there and then reference that variable as the body of the email.

0
votes

Go to "Send an Email Action" and click on "Add new parameter" and then select "Is HTML" . 1stImage

then set the value of parameter "Is HTML" to "Yes" image2