Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: Forwarding HTML graphic email


Message #1 by "kimberley steadman" <kimsteadman@h...> on Tue, 21 May 2002 03:19:23 +0000
<html><div style='background-color:'><DIV>
<P>I have a web application that sends email containing graphics to clients . When the message is generated and sent from the
web ap, graphics come through fine. When the message is forwarded from the clients machine to another address, the graphics are
lost. No evidence they were intended to be there. HELP!</P>
<P>I have tried attaching the graphics to the email (images will not forward):<BR>mail.ContentBase = "<A
href="http://www.website.com/">http://www.website.com/</A>" <BR>mail.ContentLocation = server.mappath
("email/")<BR>mail.AttachURL "D:\web\email\headernew.gif", "headernew.gif" </P>
<P>I have tried embedding the images (images will not forward):<BR>&lt;img src=""<A
href="http://www.website.com/email/headernew.gif">http://www.website.com/email/headernew.gif</A>""&gt;</P>
<P>What am I missing?<BR></P></DIV></div><br clear=all><hr>Join the world?s largest e-mail
service with MSN Hotmail. <a href='http://g.msn.com/1HM301601/44'>Click Here</a><br></html>

  Return to Index