Form email not sending (Google Apps, MT Dedicated Virtual Server)

Permalink
Hello everyone,
I have searched for answers and I believe I understand what the issue is to my problem, I just have no idea how to correctly fix it.

I am having an issue getting mail to send from a C5 site that is configured on my Dedicated Virtual Server with Media Temple and using Google Apps for the email for this specific domain.

The "forget password" retrieval is also not working, which leads me to believe it is an MX records issue from the site, sending to Google, and being able to get the mail from the form on the site. I have searched my spam, I have double checked the MX records, I have tried sending to different addresses, I have setup an SMTP option in the backend. I have created a test form as well to see if it was an issue with how the first form was configured.

I totally understand the issue of sending mail from a C5 site to a Google Apps mail server and it being confused. It is supposed to send the mail to the Google Apps address ofhttp://mail.sitedomain.com

Has anyone else experienced this? If so, could you please post a step by step way to correctly fix this issue?

jordanwlee
 
jordanwlee replied on at Permalink Reply
jordanwlee
I used this guide to set my MX records and CNAME

http://knol.google.com/k/creating-your-mx-records-cname-records-for...

I still cannot understand why the form is not sending an email to the google mail server. Any help would be greatly appreciated. Thank you.
jordanwlee replied on at Permalink Reply
jordanwlee
I am getting this error in my Logs

#0 /var/www/vhosts/ridgetoriveroutdoors.com/httpdocs/concrete/libraries/3rdparty/Zend/Mail/Protocol/Smtp.php(199): Zend_Mail_Protocol_Abstract->_expect(220, 300)
#1 /var/www/vhosts/ridgetoriveroutdoors.com/httpdocs/concrete/libraries/3rdparty/Zend/Mail/Transport/Smtp.php(196): Zend_Mail_Protocol_Smtp->helo('localhost')
#2 /var/www/vhosts/ridgetoriveroutdoors.com/httpdocs/concrete/libraries/3rdparty/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail()
#3 /var/www/vhosts/ridgetoriveroutdoors.com/httpdocs/concrete/libraries/3rdparty/Zend/Mail.php(973): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
#4 /var/www/vhosts/ridgetoriveroutdoors.com/httpdocs/concrete/helpers/mail.php(227): Zend_Mail->send(Object(Zend_Mail_Transport_Smtp))
#5 /var/www/vhosts/ridgetoriveroutdoors.com/httpdocs/concrete/controllers/login.php(434): MailHelper->sendMail()
#6 [internal function]: LoginController->forgot_password()
#7 /var/www/vhosts/ridgetoriveroutdoors.com/httpdocs/concrete/libraries/controller.php(190): call_user_func_array(Array, Array)
#8 /var/www/vhosts/ridgetoriveroutdoors.com/httpdocs/concrete/libraries/controller.php(169): Controller->runTask('forgot_password', Array)
#9 /var/www/vhosts/ridgetoriveroutdoors.com/httpdocs/concrete/libraries/view.php(600): Controller->setupAndRun()
#10 /var/www/vhosts/ridgetoriveroutdoors.com/httpdocs/concrete/dispatcher.php(246): View->render(Object(Page))
#11 /var/www/vhosts/ridgetoriveroutdoors.com/httpdocs/index.php(2): require('/var/www/vhosts...')
#12 {main}
synlag replied on at Permalink Reply
synlag