Forum Moderators: phranque
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!