Click here to Skip to main content
15,887,399 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi

I am sending email using exchange server and the email body format I choosen is HTML.
In the email body I've embedded several images or in email body there are many inline images .

Thanks
Anis

What I have tried:

To accomplish this I've used base64 ecoded data url as image link.
But the problem is its not displaying images after sent.
Please help ASAP as I am in a dead line.
Posted
Updated 8-Jun-16 21:55pm

You can't ensure that an image is visible in an email, even if you send it as Base64 data, not a URL - many email readers don't display images automatically, partly because URL images provide a way for phishers to identify "active" email addresses.

This seems to be the most successful way: Embedding images revisited - Campaign Monitor | Campaign Monitor[^] - but it still doesn't work in all cases.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900