posted on October 16, 2017
•
Show version history
Hi,
I cannot display image in email and I tried giving the local server path as below:
<img src= "C:\Users\XXXxxxx\Desktop\XXXxxxx\xxx.png" height="9%" width="80%" />
and also tried encoding the image into base64 and added that into workflow email:
<img src="data:image/png;base64,--------------" >
But still i am getting the following error in the outlook:
Can you please help me out.
Thanks..!!!