Sending Attachments with CDO SYS

liunx

Guest
I have been sending emails via my asp site with cdo sys and now I want to allow the user to send attachments. Can someone point me to the code to do this with (note: not cdonts).

Thanks a ton!http://support.designerhosting.co.uk/?_a=knowledgebase&_j=questiondetails&_i=16

is a thread on how to use it.


AddAttachment method of the message object will do that.

3 parameters

URL of the file
UserName /Password (NT password for network access)
 
Back
Top