i'd like to discuss about the best way of mass mailing on a NT box.
Last month i had to code a "monthly news" module for a community site. And we were going to send +50K mails per at oncemonth with that module.
I found out that there are two major ways to do this depending on the settings of the mail server we're using.
One solution was for the case that mail server arranges the amount of e-mails that will be sent according to the traffic. And this would let us the push all the e-mails at once to the spool. And this seems to be ok because of our responsibility of sending e-mails with special content for the each news subscriber.
We could even use a VB application, TransactSQL or a service DLL to create all e-mails at once.
The other way was to send e-mails as little groups and force mail server to send them all as soon as possible.
But this would force us to divide mail creation proccess into so many groups and thus mail sending would take too many cycles of CPU
Then we offered an option to our customer as the cheapest way to do it and used a PIII PC with 128 MB RAM running a Red Hat Linux on it and coded simple PHP + Perl scripts to handle this job.
And they accepted the cheapest way ofcourse.
But.. what if i had to do it on NT box ,what would be the most efficient way to do mass mailing.
If anyone has an idea ,i'd like to hear that.
Thank you..
Last month i had to code a "monthly news" module for a community site. And we were going to send +50K mails per at oncemonth with that module.
I found out that there are two major ways to do this depending on the settings of the mail server we're using.
One solution was for the case that mail server arranges the amount of e-mails that will be sent according to the traffic. And this would let us the push all the e-mails at once to the spool. And this seems to be ok because of our responsibility of sending e-mails with special content for the each news subscriber.
We could even use a VB application, TransactSQL or a service DLL to create all e-mails at once.
The other way was to send e-mails as little groups and force mail server to send them all as soon as possible.
But this would force us to divide mail creation proccess into so many groups and thus mail sending would take too many cycles of CPU
Then we offered an option to our customer as the cheapest way to do it and used a PIII PC with 128 MB RAM running a Red Hat Linux on it and coded simple PHP + Perl scripts to handle this job.
And they accepted the cheapest way ofcourse.
But.. what if i had to do it on NT box ,what would be the most efficient way to do mass mailing.
If anyone has an idea ,i'd like to hear that.
Thank you..

as possible.