Hi
I had a script that sent emails fine with sockets. Now it isn't working. Would the problem be with the ISP changing their mail server settings or what? If mail settings, what could they have changed to stop it suddenly working?
The error is an infinite loop of :
Notice: fputs(): send of 6 bytes failed with errno=0 Unknown Error in d:-----\library\functions_mail.php on line 251
Notice: fputs(): send of 7 bytes failed with errno=0 Unknown Error in d:------\library\functions_mail.php on line 251
..... and so forth- increasing by a byte each error
and the line error is inconsistent - i.e. changes between different fputs statements.
I open the socket connection and then send multiple e-mails and then close the connection.
If I replace the message with a short text message - it seems to work but the long html emails that it should be sending causes it to kick up the error.
Thanks for the help.
Regards, AusCat