function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Chitral ChaddaChitral Chadda 

Image not displayed in mail

When i send the  image in the htmlbody using img tag , i have stored the image in document .
i have checked "externally available use" checkbox on document also .. 
I am able to see that image from my cell phone but , when  I login desktop  i cant see any image there in the mail 

it says click here to see image when i click there is no image , although i am able to see image in my cell phone
 

mail.setHtmlBody(' Hello Chadda !! <image src="https://chitral-dev-ed--c.ap1.content.force.com/servlet/servlet.ImageServer?id=01590000006MdbA&oid=00D90000000vuPf&lastMod=1418471178000" ');
 


I am using html email status related list to track #times opened mail  and other .

SeAlVaSeAlVa
Hello, 

have you tried
mail.setHtmlBody(' Hello Chadda !! <img src="https://chitral-dev-ed--c.ap1.content.force.com/servlet/servlet.ImageServer?id=01590000006MdbA&oid=00D90000000vuPf&lastMod=1418471178000"/> ');

If it helps, don't forget to mark it as solved.
If not, just say it ;)