|
Home > Archive > IIS and SMTP > September 2004 > Newsletter <100,000, three or four times a month
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Newsletter <100,000, three or four times a month
|
|
| Mike Bishop 2004-09-03, 5:51 pm |
| I need some guidance
I am planning to use SQL Server to loop thru and BCC chunks of 80 recipients
MAX 100,000 recipients = maximum of 1,200 emails per run - there will be
less than 10 runs a month
I want to send them using OACreate 'CDO.Message'
Is this a reasonable approach?
How long will it take for SQL Server to send 1,200 messages using this
approach?
Am I better off using ASPMail or the ostroSoft products?
thank you so much
-Mike
| |
| Jeff Cochran 2004-09-05, 5:51 pm |
| On Fri, 3 Sep 2004 11:37:22 -0400, "Mike Bishop" <mbish@whois.com>
wrote:
>I need some guidance
>
>I am planning to use SQL Server to loop thru and BCC chunks of 80 recipients
>
>MAX 100,000 recipients = maximum of 1,200 emails per run - there will be
>less than 10 runs a month
>
>I want to send them using OACreate 'CDO.Message'
>
>Is this a reasonable approach?
>
>How long will it take for SQL Server to send 1,200 messages using this
>approach?
>
>Am I better off using ASPMail or the ostroSoft products?
Might see:
http://www.aspfaq.com/show.asp?id=2291
Jeff
|
|
|
|
|