Hi,

> Mostafa Al-Mallawani wrote:
>> hi, does anyone know how to send mail to 19000 users using the mail()
>> function, i need to create a mailing list of this number of users and
>> looping on 19000 users takes up a heck of a lot of resources...any
>> solutions? thanks.

>   Please post questions related developing _WITH_ PHP on the

>     [EMAIL PROTECTED]

>   mailinglist.

>   This list is dedicated to the development _OF_ PHP itself.

I think he was indirectly suggesting a function like this:

  bool spam (array to, string subject, string message ..)

where count($to) has to be at least 1000 otherwise this function will
refuse to work :)

Kind Regards,
  Daniel Lorch
-- 
@echo "Hello, World";



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to