|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program 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
|
|
|
|
|
|
|
|
|
|
|
|