|
Posted by lironliron on 07/24/06 06:45
How can I slow it down to test it? I'm relatively new to php... :-S
Thanks, Steve.
-
Nacho
Steve ha escrito:
> On Sun, 23 Jul 2006 23:20:03 -0700, -Nacho- wrote:
>
> > Hi all
> >
> > I have a table with some email addresses of a mailing list subscribers.
> > I'm triying to send a mail to them by querying the table and sending
> > the mail from a 'while' loop, but I only get sent the mail to the first
> > address, and no more, and the 'while' is correct and I can see the
> > debug traces from within for each address.
> > I don't know if there is any reason for this, if the smtp server is
> > busy sending the first mail when receiving the second and next...
> >
> > Anyone could help me, please?
> >
> > Thanks in advance and kind regards.
> > -
> > Nacho
>
>
> Try slowing it down. If the load on a server gets too high, then the mail
> server is designed to shut down.
>
> Steve.
[Back to original message]
|