Hi Wiz,
Would need a bit more info to be able to help: A code snippet, Info on what
it is linked into for getting the addresses. How is it sending the mail?
There are a few opportunities for hiccups in the process for getting or
sending and it might be that you have some funny loop happening that is
eventually firing something out but it taking ages to do it. Without a
better understanding of what you are working with it is difficult to say.
I presume it is something your friend has put together for you rather than a
component that someone else has written that you are using.
If it is a script that you are running from a web page I would try using
some var_dump($some_variable); just after you have called a database and
supplement the $some_variable with the result variable from the query.You
can do the same for the query string so you can see what it was looking for
and even do the lookup manually to double check it. I would also do the same
thing where you find loops to see what it is happening. The other thing you
can do it add in print date("H:i:s",time()).', got to pint: A<br/>'; at
different places in the code to show you where it is or isn't getting to,
places like the middle of if statements or before and after a call to what
is sending the mail and in loops. This gives you a time stamp so you can see
if there are long delays on a function call or a nasty loop happening or it
is not getting to a place it should be.
A couple of emails and hour will also most likely be putting your PHP
process into 100% usage if you are stuck in a loop which may or may not be a
problem but I would have thought you would have timed out on your script
execution before then based on your PHP ini file settings. Let us know how
you get on. If you need someone to look at it for you more directly you can
email me and I will post the result here so others get the benefit.
Andrew
[EMAIL PROTECTED]
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf
Of Wiz2000
Sent: Sunday, 7 September 2008 9:33 a.m.
To: NZ PHP Users Group
Subject: [phpug] +Mail out problem
Hi there Group, I am not very familar with PHP list as I always have a
friend helping me with it ... but now he has gone overseas and cannt
be contacted ..... have been using it write and to send my monthly
newsletters .. .this month it is not working properly ... I have
almost 970 members and PHP is sending out very slowly .. 2 or so an
hour .. I have to continually suspend and requeue & process queue ....
and off it goes again .. I began sending 3 days ago!!! and it has only
sent 165!
. can someone tell me what could be the problem?
kindest regards wiz2000
__________ Information from ESET NOD32 Antivirus, version of virus signature
database 3423 (20080906) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
__________ Information from ESET NOD32 Antivirus, version of virus signature
database 3423 (20080906) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---