Link to home
Start Free TrialLog in
Avatar of milani_lucie
milani_lucieFlag for United States of America

asked on

CDONTS sending an email with attachments - ASP (Classical)

Hi,

I want to send an email with attachments using CDONTS. But, Here is what i am using:

CDO_MAIL.AttachFile "http://SampleWebSite.com/Sample.asp?COMMAND=6"

In JavaScript we are doing:

image1.src = "http://SampleWebSite.com/Sample.asp?COMMAND=6"

The problem is - I do not have the exact image name. The above URL returns me an image. Can you please let me know how to resolve this ?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of pateljitu
pateljitu
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of milani_lucie

ASKER

Hi,

Can you please provide me sample code for - save of image on disk and use that path to attach the image ?

Appreciate your help !!

Thanks
Could you please provide with your code where you generate the image.