At 12:24 25.03.2003, Wilbert Enserink spoke out and said:
--------------------[snip]--------------------
>I have this script sending 1000 personalized emails. 
>However when I press the start button in my browser so the script starts 
>mailing I get no response for a long time from the script. Most of the time 
>I don't get any response. When I retrieve all the emails I just sent (to 
>myself, using 1000 aliases), I retrieve e.g. 1396 emails.
>
>Anybody knows how this is possible? Is it possible that the script is 
>adressed again by the browser, so the whole mailing process starts again?
--------------------[snip]-------------------- 

 From what you've said it looks as if your script is running in an endless
loop. You may debug it by _not_ actually sending the mail, but echoing the
mail() command to the browser, together with the vital variables you need.


-- 
   >O Ernest E. Vogelsinger 
   (\) ICQ #13394035 
    ^ http://www.vogelsinger.at/


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

Reply via email to