I am sending an email which contains within an HTML document the following
<img src="data:image/jpg;base64,/*base64-data-string here*/" />
If I save the source of the email and view in a browser, I see the image fine. However in the outlook preview panel it just shows as the invalid or no-image thumbnail and doesnt load the image.
I can see from googling around that embedded images is not supported in Outlook. How else can I achieve what I am trying to do?