|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: CDONTS |
From: |
Giovanni Zomer |
Date: |
7/18/2000 12:53:17 AM |
IP: |
213.213.48.98 |
Dim objMail
Set objMail = Server.CreateObject("CDONTS.NewMail")
objMail.From = "myWebSite"
objMail.To = eMail1
objMail.cc = eMail2
objMail.bcc = eMail3
objMail.AttachFile attachFileName
objMail.Subject = subjectText
objMail.Body = body
objMail.Send
Set objMail = nothing
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|