Welcome Guest, Not a member yet? Register   Sign In
How to send email for more than 1000 user............
#15

[eluser]Phil Sturgeon[/eluser]
For a more basic solution, try a script that will do it 30 at a time. Each time make it print out a javascript redirect that will do the next 30 (by passinf some limit/offset values in the url).

Either that or have a CRON job that will run every few minutes like walesmd suggested. You can have a table that either stores the last userID emailed (so the next time cron is fired it can pick up on it) or you can have an param in the user DB. The last email the user recieved was emailID X.

Quote:if($user['last_email_id'] < $this->email_id) // send mail!


Messages In This Thread
How to send email for more than 1000 user............ - by El Forum - 10-09-2007, 07:18 AM
How to send email for more than 1000 user............ - by El Forum - 10-09-2007, 07:28 AM
How to send email for more than 1000 user............ - by El Forum - 10-09-2007, 09:20 AM
How to send email for more than 1000 user............ - by El Forum - 10-09-2007, 09:29 AM
How to send email for more than 1000 user............ - by El Forum - 10-09-2007, 09:32 AM
How to send email for more than 1000 user............ - by El Forum - 10-09-2007, 10:54 PM
How to send email for more than 1000 user............ - by El Forum - 10-09-2007, 11:03 PM
How to send email for more than 1000 user............ - by El Forum - 10-09-2007, 11:38 PM
How to send email for more than 1000 user............ - by El Forum - 10-10-2007, 12:10 AM
How to send email for more than 1000 user............ - by El Forum - 10-10-2007, 01:17 AM
How to send email for more than 1000 user............ - by El Forum - 10-10-2007, 01:39 AM
How to send email for more than 1000 user............ - by El Forum - 10-10-2007, 01:55 AM
How to send email for more than 1000 user............ - by El Forum - 10-10-2007, 01:58 AM
How to send email for more than 1000 user............ - by El Forum - 10-10-2007, 02:12 AM
How to send email for more than 1000 user............ - by El Forum - 10-10-2007, 05:22 AM
How to send email for more than 1000 user............ - by El Forum - 10-10-2007, 06:48 AM
How to send email for more than 1000 user............ - by El Forum - 10-10-2007, 07:12 AM
How to send email for more than 1000 user............ - by El Forum - 10-10-2007, 01:22 PM
How to send email for more than 1000 user............ - by El Forum - 10-10-2007, 06:38 PM
How to send email for more than 1000 user............ - by El Forum - 10-11-2007, 08:30 AM
How to send email for more than 1000 user............ - by El Forum - 02-05-2008, 11:21 AM
How to send email for more than 1000 user............ - by El Forum - 03-01-2009, 03:57 PM
How to send email for more than 1000 user............ - by El Forum - 11-26-2009, 12:34 AM
How to send email for more than 1000 user............ - by El Forum - 11-26-2009, 01:19 AM
How to send email for more than 1000 user............ - by El Forum - 11-26-2009, 06:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB