|
 |
asp_cdo thread: [beginning_asp] Email
Message #1 by Nereida petriti <nereidae@y...> on Tue, 26 Jun 2001 00:50:58 -0700 (PDT)
|
|
I have a problem.I have written a code to send an
email from a sender to a receiver.How can i do this
for many receivers,so how can I send more then one
Email to many people in a time?
Please I need your help.
Nereida
Message #2 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Tue, 26 Jun 2001 11:11:13 +0100
|
|
in CDONTS, simply seperate your list of addresses with a ';', e.g.
"person1@d...; person2@d..."
in CDO, you can add as many recipients as you like to the recipients
collection of the message object.
-----Original Message-----
From: Nereida petriti [mailto:nereidae@y...]
Sent: 26 June 2001 10:45
To: ASP CDO
Subject: [asp_cdo] [beginning_asp] Email
I have a problem.I have written a code to send an
email from a sender to a receiver.How can i do this
for many receivers,so how can I send more then one
Email to many people in a time?
Please I need your help.
Nereida
|
|
 |