johnsmith153 Posted March 2, 2009 Share Posted March 2, 2009 Hi, I haven't a clue with this, so I would really appreciate as much detail in any answers as possible. Thanks. A CRON job checks a database every few minutes, and retrieves records which will then be sent as email: ie: Name / Message Jim / Hello Jim, you are 42 years old Bob / Hello Bob, you are 25 years old All are individual emails. Why should I just not hit sendmail in PHP using a PHP loop? (could need 400 emails per minute, constantly until 10,000 emails are sent. (all individual) How else should it be done? They are all generated and sent automatically through a PHP script. Link to comment https://forums.phpfreaks.com/topic/147605-how-send-multiple-emails/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.