[snip]
I have about 9000 addresses and can only successfully send about 2000
mails
before the page say complete/done.
[/snip]

Depending on your error reporting level, instead of ending normally you
should get a script timed out message.  If you're not getting that message,
it may be that your script is really only trying to send out 2000 emails.
Are you using some kind of database query to get the email addresses?  If
so, check how many rows are being returned.

  -- Rob

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to