Thomisback Posted April 17, 2008 Share Posted April 17, 2008 Hi, I want to e-mail about 280k users, do I need to split up the file? Will a lot of e-mails not be delivered if I do it at the same time? etc, I don't know what would be a good solution, maybe someone else has come across this problem already? Thanks! Link to comment https://forums.phpfreaks.com/topic/101557-server-load/ Share on other sites More sharing options...
ToonMariner Posted April 17, 2008 Share Posted April 17, 2008 cron job sending about 5000 at a time (or forking the script http://www.welldonesoft.com/technology/articles/php/forking/) On a cron basis: I'd run it every 5 mins or so until list has been completed - sounds like a monthly news letter type thing so the whole thing would be done in less than 4 hours - obviously the list can increase and you won't be bothering too many people all at once... Others will have different (probably better) solutions to offer. Link to comment https://forums.phpfreaks.com/topic/101557-server-load/#findComment-519467 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.