954,518 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

c# sending email image doesnt show

hi,

I have tried sending email from .html page, which i converted from microsoft word document and saved in my pc. and it works fine sends the email, but the only thing is i cannot see the images.

the images are in another folder in same directory.

can someone help please.

thanks

sam1
Posting Whiz
300 posts since Nov 2004
Reputation Points: 10
Solved Threads: 1
 

Images are not embedded into HTML files, they are referenced. HTML files are just text files, they tell the browser where to find the content.

That is the HTML document tells the browser where to find the image files, in your case the folder in the same directory.
MS Word documents embed the image into the document, so .doc file actually contains the image data as well as the text.

To solve your problem you must send the HTML document and the directory with all of the images.

Stinomus
Junior Poster
110 posts since May 2009
Reputation Points: 58
Solved Threads: 17
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You