Jump to content

Error with PHPMAIL


malu

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.