PHP mail() function
Posted: Fri Apr 24, 2009 6:08 am
Hello guys,
I have a little problem with the mail() function I have implemented into a clients system.
After months of it working properly, obtaining the data from the database and creating the email message, and finally calling mail() with all the correct variables, I get a timeout error after the default 30 seconds at the mail() function in the code.
However, the strange thing is, the emails are still being sent normally. However, the code after that is not executing.
Any ideas as to why this might have suddenly started happening? No change in PHP, MySQL or WAMP server version has occured and no updates have been implemented.
Many thanks in advance!
I have a little problem with the mail() function I have implemented into a clients system.
After months of it working properly, obtaining the data from the database and creating the email message, and finally calling mail() with all the correct variables, I get a timeout error after the default 30 seconds at the mail() function in the code.
However, the strange thing is, the emails are still being sent normally. However, the code after that is not executing.
Any ideas as to why this might have suddenly started happening? No change in PHP, MySQL or WAMP server version has occured and no updates have been implemented.
Many thanks in advance!