Hi there,
I assume this code was taken from
AttachURL Method (CDONTS NewMail Object)
The same works perfectly in my PC. The following are the changes I made in that code.
HTML = HTML & "Sample<img src=Lg.jpg>"
...
...
myMail.AttachURL "c:\Inetpub\wwwroot\Lg.jpg", "Lg.jpg"
myMail.From = "
[email protected]"
myMail.To = "
[email protected]"
...
This works perfect, with the Image coming in its place where IMG tage is used. Not sure what you mean by
Quote:
|
quote:I want some info @ using .AttachURL method as i tried to use the same but then my mail definately bounces to any email address...
|
Check if you have SMTP service installed and started on the system that runs IIS.
Cheers!
_________________________
- Vijay G
Strive for Perfection