Page is a not externally linkable
craig1972 - 3:14 pm on Apr 11, 2009 (gmt 0)
I am thinking of a PHP program that sends mails to 1,000 users per minute, then flags them as "sent" and then the next minute only chooses 1000 customers who are "not sent yet". This way, it goes through all the customers in chunks of 100 at a time. In all, this program should therefore send all mails in 400 minutes. Is this the best way of doing it? Will Exim be able to handle it from a dedicated mail server? (Webserver is different). Exim server has 4GB memory, and does nothing except this. Thanks for any thoughts!
As captioned, I need to send mailers to my 400,000 customer base.