-
how can I send massive emails with an asp script?
hi,
I have a little problem here.
I need to make an asp script that send an email to a lot of people (like
1000 people).
Is there a way to do it? do I need extra software??
thanks,
jcarlos
-
Re: how can I send massive emails with an asp script?
If the server has SMTP service installed (part of NT Option Pack), you can
use CDONTS.NewMail to create and send the email. Try looking in
msdn.microsoft.com for code samples.
Also, you probably don't want to use such a large To: list as it can
severely backup the server. Send out to 5 or 10 people from within a loop.
-- Dev
Juan Carlos Alvarez wrote in message <38e8af90@news.devx.com>...
:
:hi,
:I have a little problem here.
:I need to make an asp script that send an email to a lot of people (like
:1000 people).
:Is there a way to do it? do I need extra software??
:
:thanks,
:jcarlos
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|