
Hi,
I have created instant flow in power automate to send bulk email with personalization. I am struggling with showing the logo in my email body. I created instant flow, add get file content action and initialize variable and then insert dynamic content to show image.
This image shows when email receives on outlook but does not shows on gmail. Please assist.
(already checked and tested many YouTube tutorials in this regard)
Thanks!
@VanCleaveLaw, Base64 images embedded in email <img src="data:image/png;base64,{image content}"> tag is not supported on Gmail and have restrictions from Microsoft for size limit to 100KB.
I would recommend adding an image as an attachment with an email connector and in the HTML body have an Image tag source referring to the local image path like:
<img src="image.png">
This will refer to and auto-resolve the attached image file from the email.