I have a weekly newsletter which is sent by Azure Logic Apps and which body looks like follow:
As you can see I'm trying to add an image into the body of the e-mail:
<img src="https://img.favpng.com/5/18/2/price-tag-icon-business-icon-price-icon-png-favpng-y4cauP3Vz2MfJXm8Fahz1tCeK.jpg">
The problem is that I receive that like this:
So the HTML code is not interpreted.
Is there any way I can send the image embedded into the body of the e-mail?