Welcome Guest, Not a member yet? Register   Sign In
Email library produces weird error while sending mails
#1

Hi there

I'm using the Email library to send large amount of emails. Since my host has a sending limit of 1000 messages per hour, I save them in a database table and then sending 10 of them every couple of minutes through a cronjob.

Recently I noticed that the Email library produces the following error:


Code:
A PHP Error was encountered
Severity: Notice
Message: fwrite(): send of 12 bytes failed with errno=32 Broken pipe
Filename: libraries/Email.php
Line Number: 2242
Backtrace:
File: /home/xxx/public_html/application/controllers/Cronjobs.php
Line: 701
Function: send
File: /home/xxx/public_html/index.php
Line: 315
Function: require_once


Does anybody know where this comes from? I've never had an error like that.
Reply


Messages In This Thread
Email library produces weird error while sending mails - by bastian - 08-29-2017, 11:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB