primemedia
Member
Hi,
I've setup SMTP Email Transport Method, it's working fine however I've noticed that the built in 'Contact Us' form (/misc/contact) doesn't work. Each time someone sends an email from there they get a 'message delivered' confirmation but no message is actually delivered to me and the AdminCP lists the attempt as a server error:
What is the problem and how do I fix this?
Thank you for your help!
I've setup SMTP Email Transport Method, it's working fine however I've noticed that the built in 'Contact Us' form (/misc/contact) doesn't work. Each time someone sends an email from there they get a 'message delivered' confirmation but no message is actually delivered to me and the AdminCP lists the attempt as a server error:
Code:
Error Info
Zend_Mail_Protocol_Exception: Relaying disallowed - library/Zend/Mail/Protocol/Abstract.php:431
Stack Trace
#0 /home/***username***/public_html/library/Zend/Mail/Protocol/Smtp.php(324): Zend_Mail_Protocol_Abstract->_expect(250, 600)
#1 /home/***username***/public_html/library/Zend/Mail/Transport/Smtp.php(215): Zend_Mail_Protocol_Smtp->data('Subject: Hello (...')
#2 /home/***username***/public_html/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#3 /home/***username***/public_html/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#4 /home/***username***/public_html/library/XenForo/Mail.php(177): Zend_Mail->send()
#5 /home/***username***/public_html/library/XenForo/Mail.php(152): XenForo_Mail->sendMail(Object(Zend_Mail))
#6 /home/***username***/public_html/library/XenForo/ControllerPublic/Misc.php(199): XenForo_Mail->send('admin@domain....', '', Array, 'my@email....', 'Steve Jobs')
#7 /home/***username***/public_html/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Misc->actionContact()
#8 /home/***username***/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /home/***username***/public_html/index.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
["url"] => string(36) "http://www.domain.com/misc/contact"
["_GET"] => array(0) {
}
["_POST"] => array(10) {
["_guestUsername"] => string(14) "Steve Jobs"
["email"] => string(17) "my@email.com"
["hash"] => string(161) "88c602f473b3ded5e58c0690d9654841|80371a265efc214c11414e5e0be78d04|http://back11.keycaptcha.com/swfs/ckc/4fbdcae9fb412a0e7ec36ef07ff7ba5b-|530a568696215-.2.2.25|1"
["subject"] => string(4) "Hello"
["message"] => string(4) "My message, blah blah...."
["_xfToken"] => string(8) "********"
["redirect"] => string(24) "http://www.domain.com/"
["_xfRequestUri"] => string(13) "/misc/contact"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
What is the problem and how do I fix this?
Thank you for your help!