Hi Folks,
We've developed a website that needs to be able to send regular mailings. Our complete mailing list is 1.4 million unique users and even though we're using a VPS the hosting company (understandably) don't want us to send mailings out to 1.4 million email addresses. The addresses are all opt-in and verified as of March this year, so I'm not worried about spam as it's not spam.
What we've agreed with our hosts is that we'll send smaller targetted mailings in blocks of no more than 5000 a day.
The problem I have is that I need to make the mailings as fast as possible. At present, I'm reading the mailing text from the db. I then loop the list of recipients, replacing the mailing text with the personalised text, and sending the mails out via CDO. This works (to a degree) but is very slow.
Anyone got any ideas how I can speed it up? Teh bottleneck seems to be Send method of the the CDO object.
Thanks for your help.
We've developed a website that needs to be able to send regular mailings. Our complete mailing list is 1.4 million unique users and even though we're using a VPS the hosting company (understandably) don't want us to send mailings out to 1.4 million email addresses. The addresses are all opt-in and verified as of March this year, so I'm not worried about spam as it's not spam.
What we've agreed with our hosts is that we'll send smaller targetted mailings in blocks of no more than 5000 a day.
The problem I have is that I need to make the mailings as fast as possible. At present, I'm reading the mailing text from the db. I then loop the list of recipients, replacing the mailing text with the personalised text, and sending the mails out via CDO. This works (to a degree) but is very slow.
Anyone got any ideas how I can speed it up? Teh bottleneck seems to be Send method of the the CDO object.
Thanks for your help.