mountaindrifter
New member
Hello, I am in the process of switching to xenForo. So far I am happy with this software, but I have an issue sending email I just can't seem to workout. Essentially, I am unable to send email from xenForo to external email addresses. I am hoping somebody here might be able to point me in the right direction.
Here is my setup and what I know so far:
I have a webform in my website that is hosted on the same server as my xenForo install. The webform uses php's sendmail. I can send an email from this form to any of my emails immediately and without issue.
I have vBulletin on the same server (which I am migrating from), and I can send emails to any of my email addresses without issue.
When I attempt to send email from xenForo using the default setting, the emails fail to send to any external email address. Strangely, it is able to deliver mail to an email address on the same domain as xenForo.
If it helps, my domain is hosted with one registar. The DNS is pointed to another provider's nameservers where the site is hosted. The mx records are pointed to google apps where the email for this domain is hosted.
Here are the server logs from xenForo:
Zend_Mail_Transport_Exception: Email to xxx@xxx.xxx failed: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137
stack trace:
#0 xxx/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 xxx/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 xxxt/library/XenForo/ControllerAdmin/User.php(1147): Zend_Mail->send(Object(Zend_Mail_Transport_Sendmail))
#3 xxx/library/XenForo/ControllerAdmin/User.php(1052): XenForo_ControllerAdmin_User->_sendEmail(Array, Array, Object(Zend_Mail_Transport_Sendmail))
#4 xxx/library/XenForo/FrontController.php(347): XenForo_ControllerAdmin_User->actionEmailSend()
#5 xxx/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 xxx/admin.php(13): XenForo_FrontController->run()
#7 {main}
If somebody might be able to help I would be very grateful. Are any other logs or information that I can provide that might help? Thanks
Here is my setup and what I know so far:
I have a webform in my website that is hosted on the same server as my xenForo install. The webform uses php's sendmail. I can send an email from this form to any of my emails immediately and without issue.
I have vBulletin on the same server (which I am migrating from), and I can send emails to any of my email addresses without issue.
When I attempt to send email from xenForo using the default setting, the emails fail to send to any external email address. Strangely, it is able to deliver mail to an email address on the same domain as xenForo.
If it helps, my domain is hosted with one registar. The DNS is pointed to another provider's nameservers where the site is hosted. The mx records are pointed to google apps where the email for this domain is hosted.
Here are the server logs from xenForo:
Zend_Mail_Transport_Exception: Email to xxx@xxx.xxx failed: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137
stack trace:
#0 xxx/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Sendmail->_sendMail()
#1 xxx/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#2 xxxt/library/XenForo/ControllerAdmin/User.php(1147): Zend_Mail->send(Object(Zend_Mail_Transport_Sendmail))
#3 xxx/library/XenForo/ControllerAdmin/User.php(1052): XenForo_ControllerAdmin_User->_sendEmail(Array, Array, Object(Zend_Mail_Transport_Sendmail))
#4 xxx/library/XenForo/FrontController.php(347): XenForo_ControllerAdmin_User->actionEmailSend()
#5 xxx/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 xxx/admin.php(13): XenForo_FrontController->run()
#7 {main}