@rainmotorsports I added that to the incoming firewall and my outgoing is allow all. So, the port is all open yet it won't send email. I am getting this error:
Zend_Mail_Transport_Exception: Email to
chrishillz@icloud.com failed: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137
Generated By: user, A moment ago
Stack Trace
#0 /usr/share/nginx/html/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 /usr/share/nginx/html/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 /usr/share/nginx/html/library/XenForo/Mail.php(175): Zend_Mail->send(Object(Zend_Mail_Transport_Sendmail))
#3 /usr/share/nginx/html/library/XenForo/ControllerPublic/Misc.php(217): XenForo_Mail->sendMail(Object(Zend_Mail))
#4 /usr/share/nginx/html/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Misc->actionContact()
#5 /usr/share/nginx/html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /usr/share/nginx/html/index.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
["url"] => string(48) "
http://redacted.tld/index.php?misc/contact"
["_GET"] => array(1) {
["misc/contact"] => string(0) ""
}
["_POST"] => array(7) {
["subject"] => string(4) "test"
["message"] => string(4) "test"
["_xfToken"] => string(8) "********"
["redirect"] => string(35) "
http://redacted.tld/index.php"
["_xfRequestUri"] => string(10) "/index.php"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}