I'm trying to use the mail() function to send mail to a mailing list and
because of the junk mail problem of hotmail, I'm trying to send mail one by
one.  The problem of using this method is that it always exceed the max
execution time of 30s before the script reaches end of parsing.

I'm using a remote hosting, so I cannot play with the configuration file.
Also, the server is in safe mode, so I cannot use the set_time_limit()
function to extend that max exec. time.  The server also doesn't provide any
existing mailing list tools.

Is there any way I can solve this problem?
Is there any work arounds?

I'm not sending spam mail.  It's for a student club.

Thank you.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to