c# sending email image doesnt show

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Nov 2004
Posts: 259
Reputation: sam1 is an unknown quantity at this point 
Solved Threads: 1
sam1's Avatar
sam1 sam1 is offline Offline
Posting Whiz in Training

c# sending email image doesnt show

 
0
  #1
Jun 4th, 2009
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
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 109
Reputation: Stinomus is on a distinguished road 
Solved Threads: 16
Stinomus Stinomus is offline Offline
Junior Poster

Re: c# sending email image doesnt show

 
0
  #2
Jun 4th, 2009
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.
Last edited by Stinomus; Jun 4th, 2009 at 10:28 pm.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC