kirk112 Posted August 17, 2007 Share Posted August 17, 2007 Just asking for some advice on sending out large amounts of emails using php We currently have around 6000 registered/active users(growing by about 300 per month) on our company website I am looking at setting up a customise email newsletter to each of these user on a weekly basis Before I start this can anyone give me any tips on any problem that I might encounter, i.e. script timing out etc. Or any advice on which would be the best method of sending the email i.e. mail() etc Thanks for your help on this Quote Link to comment https://forums.phpfreaks.com/topic/65416-php-mail/ Share on other sites More sharing options...
LiamProductions Posted August 17, 2007 Share Posted August 17, 2007 You might store each email in a database then loop it out? Quote Link to comment https://forums.phpfreaks.com/topic/65416-php-mail/#findComment-326661 Share on other sites More sharing options...
kirk112 Posted August 17, 2007 Author Share Posted August 17, 2007 that would be a good place to start I have all the users details/preference stored in the database, I have created the function to get each of the users preference the create a standard html page customised to each of the users Quote Link to comment https://forums.phpfreaks.com/topic/65416-php-mail/#findComment-326686 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.