UBB.Dev
Posted By: willym mass email in php? - 11/13/2000 11:19 PM
Will the mass email work in php for about 10,000 users? I know there is a timeout limit for php. Have you tried this one?

Will

Posted By: Rick Re: mass email in php? - 11/14/2000 12:31 AM
Not sure if it will send that many or not. I'm using bcc to send the emails in the php port. If there is a timeout issue will probably need to break it down into chunks of 1000 users or so. Once you start using the PHP version, if you do, let me know if there is a problem with this and I'll work on making these changes.

---
Scream
Posted from the PHP Port Site (Post might be quirky)
Posted By: willym Re: mass email in php? - 11/14/2000 1:09 AM
Well I am afraid to try it to my user list in case it would take me a few tries and I would end up sending multiple emails to some users.

What I do know is by default php has a max time limit of 30 seconds in php.ini.

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 30 ; Maximum execution time of each script, in seconds (UNIX only)

I suppose I could change this, but I assume a lot of users who do not run their own server cannot. I believe sending out to even over a few thousand would take longer than 30 seconds, but I really dont know.

Will

Posted By: The Team solution - 11/28/2000 7:33 PM
Check out http://www.php.net/manual/html/function.set-time-limit.html. That page tells you how you can change the execution time limit, provided PHP isn't running in safe mode. That should do what you're looking to do.

Aphex
Co-Webmaster of The Shroomery
http://www.shroomery.org
Posted By: SnowBall Re: solution - 12/10/2004 7:47 AM
yo!!!
© UBB.Developers