@Saichandra T 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">
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
@Saichandra T 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">
I am also facing same issue, using HTML code in compose and giving output in email, but not getting image.