[snip] I have about 9000 addresses and can only successfully send about 2000 mails before the page say complete/done. [/snip]
What is your PHP script execution time set to in the php.ini? Are you running this from the browser? If so you will also need to modify your browser timeout? Place this set_time_limit(0); at the top of your mail script if you are running from the command line. http://www.php.net/set_time_limit -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php