Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 Other Topics
 sending mails in asp

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-11-07 : 08:00:10
writes "Hi all
I have to send a mail with attachments in asp using cdonts, can any one help on this, as i'm noit finfg a property for this pl send the code for this
thanks"

mr_mist
Grunnio

1870 Posts

Posted - 2002-11-07 : 08:32:12
quote:

writes "Hi all
I have to send a mail with attachments in asp using cdonts, can any one help on this, as i'm noit finfg a property for this pl send the code for this
thanks"



mailobject.attachfile "path:\to\objectname.txt" "objectname.txt"

Go to Top of Page
   

- Advertisement -