Zenforo Contact Mail Errors

Zenforo Contact Mail Errors

Hello,

I have been setting up my forums for my minecraft server recently. I was doing the contact us section and I got it working, but when the email is sent to my email ( contact@parallaxmc.com) it gives an error in the admin control panel. The error is as follows.


Zend_Mail_Protocol_Exception: Email to contact@parallaxmc.com failed: Relaying disallowed as ChavitaHD <311salhd311@gmail.com> -library/Zend/Mail/Protocol/Abstract.php:431
Generated By:  ChavitaHD, 5 minutes ago
Stack Trace
#0 /srv/www/parallaxmc.com/forums/html/library/Zend/Mail/Protocol/Smtp.php(324): Zend_Mail_Protocol_Abstract->_expect(250, 600)
#1 /srv/www/parallaxmc.com/forums/html/library/Zend/Mail/Transport/Smtp.php(232): Zend_Mail_Protocol_Smtp->data('Subject: asd (f...')
#2 /srv/www/parallaxmc.com/forums/html/library/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#3 /srv/www/parallaxmc.com/forums/html/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#4 /srv/www/parallaxmc.com/forums/html/library/XenForo/Mail.php(175): Zend_Mail->send(Object(Zend_Mail_Transport_Smtp))
#5 /srv/www/parallaxmc.com/forums/html/library/XenForo/ControllerPublic/Misc.php(219): XenForo_Mail->sendMail(Object(Zend_Mail))
#6 /srv/www/parallaxmc.com/forums/html/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_Misc->actionContact()
#7 /srv/www/parallaxmc.com/forums/html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /srv/www/parallaxmc.com/forums/html/index.php(13): XenForo_FrontController->run()
#9 {main}
Request State
array(3) {
  ["url"] => string(42) "https://forums.parallaxmc.com/misc/contact"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(7) {
    ["subject"] => string(3) "asd"
    ["message"] => string(3) "asd"
    ["_xfToken"] => string(8) "********"
    ["redirect"] => string(30) "https://forums.parallaxmc.com/"
    ["_xfRequestUri"] => string(1) "/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}


I do not understand how to fix this. How would I go about fixing this?