malu Posted April 25, 2007 Share Posted April 25, 2007 Hi, Im using PHPMailer to send a newsletter which runs two times daily, one morning and one evening. Last day evening the mails didnt go throwing an error [24-Apr-2007 15:16:01] PHP Notice: fputs(): send of 51 bytes failed with errno=10035 A non-blocking socket operation could not be completed immediately. in phpmailer\class.smtp.php on line 360 [24-Apr-2007 15:17:01] PHP Notice: fputs(): send of 14 bytes failed with errno=10035 A non-blocking socket operation could not be completed immediately. in phpmailer\class.smtp.php on line 360 [24-Apr-2007 15:17:01] PHP Fatal error: Maximum execution time of 200 seconds exceeded in phpmailer\class.smtp.php on line 361 But today morning everything worked as expected. What is the reaon for this? Any internet issue? how can i assure that this wont happen again? Link to comment https://forums.phpfreaks.com/topic/48566-error-with-phpmail/ Share on other sites More sharing options...
rcorlew Posted April 25, 2007 Share Posted April 25, 2007 You probably caught your host in some maintanence. It is hard to ensure that your scripts don't get messed up because of your host, I had a sql crash a few months ago and lost some stuff. I may suggest trying to contact your host and asking when they do maintennce, and set the jobs to run accordingly. Link to comment https://forums.phpfreaks.com/topic/48566-error-with-phpmail/#findComment-237857 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.