Im trying to come up with a way for our account managers to mass-mail all our clients (i.e. clients who need to know support info for the equipment they have bought from us, service and maint. tips, etc. -- not spam - things they've told us they want to know regularily.
In using CDONTS to try to test its ability to loop through the email addresses in the access 2000 database the page times out while looping throught the database...(10,000 + email address is what were dealing with - for testing I just used my own address 5,000 times in the database)
Is there a way to use CDONTS to handle sending email (passed from a form) to 10,000 + email addresses? (its important for the solution to be scalable - i.e. to be able to (a year from now) handle 20,000 +.
is BCC the answer here? ANyone have a working example of code to loop through database with this method?
THanks for your help.
In using CDONTS to try to test its ability to loop through the email addresses in the access 2000 database the page times out while looping throught the database...(10,000 + email address is what were dealing with - for testing I just used my own address 5,000 times in the database)
Is there a way to use CDONTS to handle sending email (passed from a form) to 10,000 + email addresses? (its important for the solution to be scalable - i.e. to be able to (a year from now) handle 20,000 +.
is BCC the answer here? ANyone have a working example of code to loop through database with this method?
THanks for your help.