Welcome Guest, Not a member yet? Register   Sign In
Severe Email Problem
#1

[eluser]eshban[/eluser]
While sending emails, I got this error. Previously it was working fine.

Code:
A PHP Error was encountered
Severity: Notice

Message: fwrite() [function.fwrite]: send of 1154 bytes failed with errno=10053 An established connection was aborted by the software in your host machine.

Filename: libraries/Email.php

Line Number: 1789

I am using SMTP protocol in sending emails.

Eshban
#2

[eluser]überfuzz[/eluser]
Debug? If it's not dodgy code you should ask the folks with the server. Tell them that you just got a errno=10053 trowed at you while sending a mail().
#3

[eluser]sl3dg3hamm3r[/eluser]
And I would generally suggest not to use CI's mailer library. Use e.g. phpmailer instead, more reliable!
#4

[eluser]eshban[/eluser]
previously email code was working successfully. Now i did not got any error except the above one
#5

[eluser]pocketmax[/eluser]
[quote author="sl3dg3hamm3r" date="1255119461"]And I would generally suggest not to use CI's mailer library. Use e.g. phpmailer instead, more reliable![/quote]

I couldn't agree more...

http://ellislab.com/forums/viewthread/143713/#705650




Theme © iAndrew 2016 - Forum software by © MyBB