|
|
|
|
|
| | |
| |
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: |
ASP FORM-SUBMIT MULTIPLE ADDRESSES |
|
From: |
Phil |
|
Date: |
1/3/2001 12:35:47 PM |
|
IP: |
192.11.222.101 |
It sounds simple, but I cannot find it ):-)
I currently have a form that submits text, using CDONTS - I e-mail that information to a specific mail box successfully:
Dim objNewMail
Set objNewMail = Server.CreateObject("CDONTS.NewMail")
'retrive form inputs
"Date:" & Chr(9) & Date() & Chr(9) & Chr(9) & "Time:" & Chr(9) & Time() & Chr(10) & Chr(13) & Chr(10) & Chr(13) & _
objNewMail.Send Request("<from_e-mail_name>"),"<mailbox_name@.exchange.com>","<Subject-Line-Thank You For...>"
How can I send this to multiple mail-boxes and or people? Thank you so much for the assist... |
Follow Up - Re: ASP FORM-SUBMIT MULTIPLE ADDRESSES - Finally Found 1/23/2001 7:53:01 PM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|