Hello ...I need some help!
I'm trying to send an email out to my mailing list of a few thousand people from a database. I am able to send the email fine, however I am running into a problem with the connection being canceled (not timed out)...the web browser is giving me a 'Unrecognized response from server' error...after about 2 or 3 minutes of sending.
My script will have to be executed for about a day or 2 before it will be sent to the entire list!
I have tried using the ignore_user_abort() function, but I do not know if my script is still being executed in the background! Does anyone know how I can find out if my script is still running in the background (I am running FreeBSD)?? --OR what I can do so that my script continues to run in the background (sending email)?
I have never sent out a mailer like this using only PHP and I know it can do it...I am just having some difficulties with the script, since there are so many email's involved.
THANK YOU IN ADVANCE FOR ANY HELP! - PAINKILLER
I'm trying to send an email out to my mailing list of a few thousand people from a database. I am able to send the email fine, however I am running into a problem with the connection being canceled (not timed out)...the web browser is giving me a 'Unrecognized response from server' error...after about 2 or 3 minutes of sending.
My script will have to be executed for about a day or 2 before it will be sent to the entire list!
I have tried using the ignore_user_abort() function, but I do not know if my script is still being executed in the background! Does anyone know how I can find out if my script is still running in the background (I am running FreeBSD)?? --OR what I can do so that my script continues to run in the background (sending email)?
I have never sent out a mailer like this using only PHP and I know it can do it...I am just having some difficulties with the script, since there are so many email's involved.
THANK YOU IN ADVANCE FOR ANY HELP! - PAINKILLER