Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001072

Re: [PHP] sending to large mailing list From: Adrian Teasdale (adrian <email protected>)
Date: 07/16/01

Richard

Thanks for this email. I have done that and used flush(); on the next page.
It does seem to be taking a long time and I was wondering if people use
other methods. For example, one of the scripts I have seen can use either
"mail", "sendmail", or "smtp" as options. I was wondering if going direct
to sendmail would be a better approach? The idea is that this database will
expand to quite a few thousand in the near future and I want to know that
we'll be able to handle it :) The problem is that I "cleverly" added the
feature that each email has a salutation which personalized to the persons
name!

Thanks for the help

Ade

> > I have some mailing list programming which we've used for
> > quite some time.
> > However, one of my clients now has 660 people on the list and
> > we are getting
> > a timeout error on the script and class.
>
> set_time_limit(0);

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>