Azure – How to send html email through Azure Logic App and Outlook

azureazure-logic-appsoutlook

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

Best Answer

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

Related Topic