I have a trouble shooting issue involving Google Apps and Zen-Cart. I've read the thread involving the set-up of Apps and how it potentially could not work...
http://www.zen-cart.com/forum/showthread.php?p=597137
The issues I'm having is getting admin emails to deliver. The google apps thread briefly discussed this. So I decided an acceptable work around for me will be to set up an email account out side of my domain to send all my admin emails to. Then have them forward to which ever address is best within my domain.
My problem with setting this up is that I can't get the emails to deliver from the contact us form to this address (this is just the first of the many admin emails I've tried) emails are being delivered to this account through, admin > tools > send email. And when I sign up as a new customer. But not through the contact us form. just to be sure that it wasn't a setting in the admin panel I hard coded the email address into the zen_mail function in the includes/modules/pages/contact_us/header_php.php file. A trick that's worked for me in testing and several other customizations on other carts.
It now basically looks like this:
But still nothing is delivering. I've tried PHP, SMTP or SMTPAUTH. Any ideas, suggestions. This is a 1.3.8a install.PHP Code:zen_mail('My Name', 'my_email######################', EMAIL_SUBJECT, $text_message, $name, $email_address, $html_msg,'contact_us');
Thank you.



