|
Posted by Roger Dodger on 11/18/99 11:43
I've considered breaking it up into batches, but right now am relying
on the redirect and session variable to show send results and errors.
Maybe I should drop that information into a log file instead? If I
batched it, would that require some user input to continue the process,
or could it be set up to just load an intermediate page which redirects
back to the sending page if more emails are in the queue?
Jake wrote:
> Try adding set_time_limit(0); to the top of your script. This sets the
> execution timelimit for this script to be infinite. Alternativly, you
> could rewrite the script to send the email in batches to squeeze under
> the normal timelimit restrictions.
>
> -Jake
Navigation:
[Reply to this message]
|