XF 1.2 Emails aren't sending.

Whenever I try to send an email, this is the error I get.

Zend_Mail_Protocol_Exception: Permission denied - library/Zend/Mail/Protocol/Abstract.php:277
Generated By: NerdsWBNerds, A moment ago
Stack Trace
#0 /var/www/html_forum/library/Zend/Mail/Protocol/Smtp.php(167): Zend_Mail_Protocol_Abstract->_connect('tcp://smtp.gmai...')
#1 /var/www/html_forum/library/Zend/Mail/Transport/Smtp.php(199): Zend_Mail_Protocol_Smtp->connect()
#2 /var/www/html_forum/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#3 /var/www/html_forum/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#4 /var/www/html_forum/library/XenForo/Mail.php(177): Zend_Mail->send()
#5 /var/www/html_forum/library/XenForo/Mail.php(152): XenForo_Mail->sendMail(Object(Zend_Mail))
#6 /var/www/html_forum/library/XenForo/Model/UserConfirmation.php(136): XenForo_Mail->send('richcoll97@gmai...', 'NerdsWBNerds')
#7 /var/www/html_forum/library/XenForo/ControllerPublic/AccountConfirmation.php(98): XenForo_Model_UserConfirmation->sendEmailConfirmation(Array)
#8 /var/www/html_forum/library/XenForo/FrontController.php(337): XenForo_ControllerPublic_AccountConfirmation->actionResend()
#9 /var/www/html_forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#10 /var/www/html_forum/index.php(13): XenForo_FrontController->run()
#11 {main}
Request State
array(3) {
["url"] => string(51) "http://integritypvp.com/account-confirmation/resend"
["_GET"] => array(0) {
}
["_POST"] => array(5) {
["_xfToken"] => string(8) "********"
["_xfConfirm"] => string(1) "1"
["_xfRequestUri"] => string(1) "/"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}

Here's a pic of all of my settings.

4wgXnSL.png


How do I fix this?
 
Unless there are compelling reasons to do so, the local php standard method is recommended, from where it may be possible to forward to an SMTP server
 
Top Bottom