XF 1.1 Email Error

Divvens

Well-known member
When I try to send email to members via ACP, this is the error I get:
Server Error

fwrite() [function.fwrite]: send of 6 bytes failed with errno=32 Broken pipe
  1. XenForo_Application::handlePhpError() in Zend/Mail/Protocol/Abstract.php at line 324
  2. Zend_Mail_Protocol_Abstract->_send() in Zend/Mail/Protocol/Smtp.php at line 385
  3. Zend_Mail_Protocol_Smtp->quit() in Zend/Mail/Transport/Smtp.php at line 144
  4. Zend_Mail_Transport_Smtp->__destruct() in XenForo/FrontController.php at line 310
  5. XenForo_ControllerAdmin_User->actionEmailSend() in XenForo/FrontController.php at line 310
  6. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  7. XenForo_FrontController->run() in /home/orojacks/public_html/admin.php at line 13
And in the error logs for emails which haven't gone before:
Error Info
Zend_Mail_Protocol_Exception: AUTH command used when not advertised - library/Zend/Mail/Protocol/Abstract.php:431
Generated By: hedgehog3000, 13 minutes ago
Stack Trace
#0 /home/orojacks/public_html/library/Zend/Mail/Protocol/Smtp/Auth/Login.php(91): Zend_Mail_Protocol_Abstract->_expect(334)
#1 /home/orojacks/public_html/library/Zend/Mail/Protocol/Smtp.php(217): Zend_Mail_Protocol_Smtp_Auth_Login->auth()
#2 /home/orojacks/public_html/library/Zend/Mail/Transport/Smtp.php(200): Zend_Mail_Protocol_Smtp->helo('localhost')
#3 /home/orojacks/public_html/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#4 /home/orojacks/public_html/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#5 /home/orojacks/public_html/library/XenForo/Mail.php(170): Zend_Mail->send()
#6 /home/orojacks/public_html/library/XenForo/Mail.php(145): XenForo_Mail->sendMail(Object(Zend_Mail))
#7 /home/orojacks/public_html/library/XenForo/Mail.php(197): XenForo_Mail->send('hiddenemail@email.com...', 'Freeze', Array, '', '', '')
#8 /home/orojacks/public_html/library/XenForo/Model/Conversation.php(855): XenForo_Mail->queue('hiddenemail@email.com...', 'Freeze')
#9 /home/orojacks/public_html/library/XenForo/Model/Conversation.php(712): XenForo_Model_Conversation->insertConversationAlert(Array, Array, 'reply', Array, Array, Array)
#10 /home/orojacks/public_html/library/XenForo/DataWriter/ConversationMaster.php(304): XenForo_Model_Conversation->addConversationReplyToRecipients(Array, Array, Array)
#11 /home/orojacks/public_html/library/XenForo/DataWriter.php(1385): XenForo_DataWriter_ConversationMaster->_postSave()
#12 /home/orojacks/public_html/library/XenForo/DataWriter/ConversationMessage.php(144): XenForo_DataWriter->save()
#13 /home/orojacks/public_html/library/XenForo/DataWriter.php(1385): XenForo_DataWriter_ConversationMessage->_postSave()
#14 /home/orojacks/public_html/library/XenForo/ControllerPublic/Conversation.php(858): XenForo_DataWriter->save()
#15 /home/orojacks/public_html/library/XenForo/FrontController.php(310): XenForo_ControllerPublic_Conversation->actionInsertReply()
#16 /home/orojacks/public_html/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#17 /home/orojacks/public_html/index.php(13): XenForo_FrontController->run()
#18 {main}
Request State
array(3) {
["url"] => string(57) "http://orojackson.com/conversations/dada.115/insert-reply"
["_GET"] => array(0) {
}
["_POST"] => array(7) {
["message_html"] => string(82) "<p>Volgende week vrijdag ben ik vrij, en dan heb ik alle huiswerk ook gehad =3</p>"
["_xfRelativeResolver"] => string(51) "http://orojackson.com/conversations/dada.115/page-6"
["last_date"] => string(10) "1334224692"
["_xfToken"] => string(54) "10,1334224683,64941c8a09242be61b2528251c11cc056c85df2b"
["_xfRequestUri"] => string(30) "/conversations/dada.115/page-6"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
Is this a error due to my server ?
 
The SMTP connection is failing. Make sure your settings are correct for your mail host:

Admin CP -> Home -> Options -> Email Options -> Email Transport Method
 
The SMTP connection is failing. Make sure your settings are correct for your mail host:

Admin CP -> Home -> Options -> Email Options -> Email Transport Method
Thanks Jake
My SMTP settings were right but for some reason the mail's just weren't going. My host offered a SSL option as well so I just changed my settings to those and now the emails are being sent.
 
Top Bottom