We tried to Send Email using MS FLOW with Images embaded in mail body. But image are not seen in Desktop Outlook client in MS FLOW.
We tried to set image source to embed image in in mail body using MS Flow in following ways:
1:- By using image Url Directly from SharePoint Library
2:- By using image Url from List Item Attachment
3:- Converting SharePoint Image Content into Binary format and set as an image source
4:- Directly Setting image source as a base 64 string
5:- By using image Url from Google Drive/Linked one drive and image is shared with Publically
6 :-by Embedding SharePoint image directly into Desktop Outlook client mail & Copy its source and set it as image source in MS Flow Mail
Images are Showing in browser but not showing in outlook
We Try all these Points, But still facing same issue 😞
Please Support,Thanks in Advance
Thanks & Regards
Follow the suggestion of "MonicaAlicea"
It worked for me!
1 - Publish an image to the SharePoint library
2 - Get File Content using path
3 - Change the formatting of the email to Code mode.
<p>text test
<br>
<img src="Filename.JPG"/>
<br>
</p>
4 - Attached name = Filename.JPG
5 - Content attached = Dynamic content attached to "Get file content using path")
End.
This worked!
Here's how snapshot:
Make sure to add "Get File Content using Path " prior to using "Send an Email"
The attachment is working correctly, but no image in the body of the email. Any idea why 🙂?
Andrew92,
Did you check to see if you included the <a href> tag in the email where the img src is being referenced to?
Eg.: <a href="https://whereisyoursite"><img src="YourImage.png"></a>
Worked like a charm!
Thanks!
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
3 | |
2 | |
2 | |
2 | |
2 |