Iam planning to send the Company Logo in the emails used in Azure Logic apps.Kindly let me know who can the email be sent.
Iam planning to send the Company Logo in the emails used in Azure Logic apps.Kindly let me know who can the email be sent.
@SaichandraT-0221 You can insert the base64 contents directly into your email HTML like follows
<img src="data:image/jpeg;base64,your base64 encoded form of the image">
HI pramodvalavala,
I have tried this but the image is not getting loaded when i receive the emails.
Also in the new send email connector v2 direct html is not possible.
@SaichandraT-0221 Sorry for not getting back sooner on this. The connector does default to the rich editor and hence you will have to update the workflow definition from the code view.
The best way to work around this would be to compose the HTML content first and then set it as the email content via code view (just remove the p tags).
Thanks..Still image is not getting loaded when email is sent.
9 people are following this question.