I am developing a project using codeigniter framework
there i have some code like below
fwrite($this->_smtp_connect, $data . $this->newline))
$data contains the data to be sent through email
But I am getting the error
Severity: Notice --> fwrite(): send of 40 bytes failed with errno=32 Broken pipe
How to solve this?