php-general | 2001072
Date: 07/16/01
- Next message: Adrian Ciutureanu: "RE: [PHP] how to strip just the <img> tag from html file?"
- Previous message: Richard Heyes: "RE: [PHP] sending to large mailing list"
- In reply to: Richard Heyes: "RE: [PHP] sending to large mailing list"
- Next in thread: Mark Charette: "Re: [PHP] sending to large mailing list"
- Reply: Mark Charette: "Re: [PHP] sending to large mailing list"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Adrian Ciutureanu: "RE: [PHP] how to strip just the <img> tag from html file?"
- Previous message: Richard Heyes: "RE: [PHP] sending to large mailing list"
- In reply to: Richard Heyes: "RE: [PHP] sending to large mailing list"
- Next in thread: Mark Charette: "Re: [PHP] sending to large mailing list"
- Reply: Mark Charette: "Re: [PHP] sending to large mailing list"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

