|
 |
asp_cdo thread: How can I send image in mail using CDONTS
Message #1 by Zeeshan Qamar <zeeqamar@y...> on Tue, 19 Mar 2002 05:15:14 -0800 (PST)
|
|
Hi,
I wanna send an image in a HTML email using CDONTS in
ASP. The Image should display at a particular place in
the EMail. Can any body send me the ASP Script or
description that how it can be done.
Thankyou,
Regards,
Zeeshan.
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/
Message #2 by "Pierre du Toit" <greywacke@f...> on Tue, 19 Mar 2002 17:52:53
|
|
The image should be embedded in the e-mail itsself - at the footer using
Binarywrite. The file type is specified and a uuid is given for the image
right above the binary data - then that uuid is referenced in the SRC
property of the IMG tag.
Never really tried it myself, just use CDO for Win2k which loads a whole
webpage with it's images as a template, then replace a token with the
content :)
Pierre du Toit
> Hi,
I wanna send an image in a HTML email using CDONTS in
ASP. The Image should display at a particular place in
the EMail. Can any body send me the ASP Script or
description that how it can be done.
Thankyou,
Regards,
Zeeshan.
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/
|
|
 |