Re: SMTP-Auth & Gmail Issues
Quote:
Originally Posted by Sectim42
SMTP Email Mail Host stmp.gmail.com
SMTP Email Mail Server Port 465
1. is it "smtp" or "stmp" ? Normally it would be "smtp".
2. Did Google tell you to use port 465?
Re: SMTP-Auth & Gmail Issues
It is SMTP...sorry...in my attempts to troubleshoot the issue I re-entered the smtp address, but I did it wrong. It doesn't work when it is typed correctly either (smtp.gmail.com)
Yes, Google tells us to use 465. I also tried 25 just to see if it by chance worked, but neither worked.
Re: SMTP-Auth & Gmail Issues
Quote:
Originally Posted by Sectim42
I am using Google Hosted services for my website
.....
I am using Site5 as my host.
Um, who's Site5 vs Google Hosted Services?
Re: SMTP-Auth & Gmail Issues
/includes/functions/functions_email.php
line 22 says:
Code:
define('EMAIL_SYSTEM_DEBUG','0');
Try setting this to '4' temporarily (instead of '0')
Then test placing an order and see what happens for emailing.
Re: SMTP-Auth & Gmail Issues
Man I am just a wreck tonight...sorry...thanks for your patience.
The Zen-Cart resides on a Site5 server. The DNS from the registrar points to Site5's DNS servers (ns.site5.com and ns2.site5.com). The MX records are then handled by Site5 which point to Google's Mail Hosting for our domain (which of course is in Beta testing, but then again, Gmail has been in beta testing for years!). So while the site's files are handled by Site5, the e-mail is handled by Google. I can POP/SMTP using Microsoft Entourage/Outlook using the login name as an e-mail address, password, smtp.gmail.com and port 465. That works with no problems. This on the other hand, I just can't get to work.
Does that make sense or am I still speaking jibberish.
Re: SMTP-Auth & Gmail Issues
Also, just so you know, in my version of Zen-Cart (1.3.5), line 22 is blank (ok it has a * )
But I think what you are talking about is line 17 in my version which currently says
Code:
define('EMAIL_SYSTEM_DEBUG','off');
I will change that to
Code:
define('EMAIL_SYSTEM_DEBUG','4');
And then see what happens
Re: SMTP-Auth & Gmail Issues
I did that and placed an order. I got the Authorize.net e-mail, but I did not get any e-mail from the Zen-Cart confirming the order. Zen-Cart says (under the Order section) that an e-mail was sent out but I never received it. I am not really sure what I am looking for in relation to the debugging? Is there a log somewhere?
1 Attachment(s)
Re: SMTP-Auth & Gmail Issues
Try this revised version of functions_email.php:
Re: SMTP-Auth & Gmail Issues
After uploading the new file to /includes/functions/ and then trying to send an e-mail I get a page that says "Email error:" I checked the source and all that is to the page is
HTML Code:
<br /><br />Email error:
Was I suppose to change anything?