XF 1.5 Email Confirmations Not Working

DannyArts

Member
Ive Been Struggling with this for along time. I just cannot find a fix for it. Can someone please help me.

Code:
Error Info
Zend_Mail_Transport_Exception: Email to justdanneh@gmail.com failed: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137
Generated By: RubyIslandsBot, 4 minutes ago
Stack Trace
#0 /home/rubyklba/public_html/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 /home/rubyklba/public_html/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /home/rubyklba/public_html/library/XenForo/Mail.php(175): Zend_Mail->send(Object(Zend_Mail_Transport_Sendmail))
#3 /home/rubyklba/public_html/library/XenForo/Mail.php(152): XenForo_Mail->sendMail(Object(Zend_Mail))
#4 /home/rubyklba/public_html/library/XenForo/Model/UserConfirmation.php(165): XenForo_Mail->send('justdanneh@gmai...', 'RubyIslandsBot')
#5 /home/rubyklba/public_html/library/XenForo/ControllerPublic/AccountConfirmation.php(118): XenForo_Model_UserConfirmation->sendEmailConfirmation(Array)
#6 /home/rubyklba/public_html/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_AccountConfirmation->actionResend()
#7 /home/rubyklba/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /home/rubyklba/public_html/index.php(13): XenForo_FrontController->run()
#9 {main}
Request State
array(3) {
  ["url"] => string(60) "http://rubyislands.com/index.php?account-confirmation/resend"
  ["_GET"] => array(1) {
    ["account-confirmation/resend"] => string(0) ""
  }
  ["_POST"] => array(7) {
    ["recaptcha_challenge_field"] => string(206) "03AOmkcwKzNkvkzMCMjHGUuNHsx8qbo2Mc2RZysm9aukk74mFe3SRdYyXXYo-ENKF_fyhhrIQzo9mEfsXagl1TazwBOVTCxrX2qsdPIQApFfc4tdaTwhYv9zRlbIDMOCFOJeruFpBW1VUfBeJpUxrWv_6T5HR94-W-gb5JMc8klQFUmM8UdD2YS7N9m3jK5-9knSI2ExJY46an"
    ["recaptcha_response_field"] => string(9) "hill road"
    ["_xfToken"] => string(8) "********"
    ["_xfConfirm"] => string(1) "1"
    ["_xfRequestUri"] => string(28) "/index.php?register/register"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
You would need root access to your server. Otherwise, it's something your host should have configured already. (Beyond that, the steps would vary based on your OS, though you can likely just install it from a package manager.)
 
Top Bottom