"Andy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Anyway what do I do if I would have 10000 members. This might take lots of > > cpu?! So I would like to keep it via my webinterface, but be able to email > > to all members.
Hello Andy, My suggestion is to just make a HTML file, do an auto-refresh or sth to the url with a variable ?start=$x , and make that refresh after 2 seconds... your php script sends emails to 25 people per cycle, and you just walk away from your computer and let it run for a few minutes... I do that for my mailing list which is over 30,000 people large... If you don't have the time to build something like that, there's always the BCC option ;) Hope this helps you. Regards, Leon Mergen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php