Page 5 of 8 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 73
  1. #41
    Join Date
    Jun 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: SMTP-Auth & Gmail Issues

    Using Gmail-Hosted Mail Service (not that free Gmail account)

    ZenCart Admin -> Configuration -> Email Options

    Code:
    E-Mail Transport Method		sendmail
    SMTP Email Account Mailbox 	(leave blank)
    SMTP Email Account Password 	(leave blank)
    SMTP Email Mail Host 		(leave blank)
    SMTP Email Mail Server Port 	(leave blank)
    cPanel (or whatever your webhosting is)
    Note: if you don't know how to add MX records, ask your webhost's techsupport.

    cPanel Main -> Mail -> Modify Mail Exchanger (MX Entry)

    Code:
    Domain		yoursite.com
    MX Entry 	ASPMX.L.GOOGLE.COM
    Sometimes they're more than just one. Ask Google for those MX entries (Gmail for your Domain MX Records).


    Using myfreemail ######################

    ZenCart Admin -> Configuration -> Email Options

    Code:
    E-Mail Transport Method		smtp
    SMTP Email Account Mailbox 	(leave blank)
    SMTP Email Account Password 	(leave blank)
    SMTP Email Mail Host 		smtp.gmail.com
    SMTP Email Mail Server Port 	465 (or try 587)
    Nothing else to do with your webhost.


    I hope I'm right.

  2. #42
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: SMTP-Auth & Gmail Issues

    you're right :). There's a nice large list of MX records for Google Mail, but only the first priority is required. Here's a list:

    Code:
    Priority     Value
    1            ASPMX.L.GOOGLE.COM.
    5            ALT1.ASPMX.L.GOOGLE.COM.
    5            ALT2.ASPMX.L.GOOGLE.COM.
    10           ASPMX2.GOOGLEMAIL.COM.
    10           ASPMX3.GOOGLEMAIL.COM.
    10           ASPMX4.GOOGLEMAIL.COM.
    10           ASPMX5.GOOGLEMAIL.COM.
    From: http://www.google.com/support/a/bin/...y?answer=33915

  3. #43
    Join Date
    Sep 2005
    Posts
    18
    Plugin Contributions
    0

    Default Re: SMTP-Auth & Gmail Issues

    I've been trying to set up my email in Zen Cart to work with myfreegmail account. I've tried a number of different combinations based on this thread but nothing is happening. I also have no idea where I can see an error messages about why it isn't going through.

    Right now I have changed my MX numbers with my webhost to the Google numbers. I ran a diagnois test using a MX lookup and it all tests out OK.

    In Zen Cart I currently have these settings:

    E-Mail Transport Method smtp (& sendmail w/o signin and pw info)
    SMTP Email Account Mailbox blank (& tried using it too)
    SMTP Email Account Password blank (with the pw of course too)
    SMTP Email Mail Host smtp.gmail.com
    SMTP Email Mail Server Port 465 (& tried 587 & 28)

    I don't know if I have to set up anything special in my Gmail account or not. I currently have my gmail with POP enabled (not sure if this matters or not.)

    Any help would be greatly appreciated.

  4. #44
    Join Date
    Sep 2005
    Posts
    18
    Plugin Contributions
    0

    Default Re: SMTP-Auth & Gmail Issues

    My problem is fixed. Appears I have to use PHP as the Email Transport.

  5. #45
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: SMTP-Auth & Gmail Issues

    Just curious ...

    Why own a domain then use a cheap looking free email account vs a professional email address(es) from your own domain?

    As a consumer ... I run from sites that use emails unrelated to their own domain ... makes be think the shops is a grab and run business ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #46
    Join Date
    Mar 2004
    Location
    Ontario, Canada
    Posts
    138
    Plugin Contributions
    6

    Default Re: SMTP-Auth & Gmail Issues

    Quote Originally Posted by redxiii View Post
    Using myfreemail ######################

    ZenCart Admin -> Configuration -> Email Options

    Code:
    E-Mail Transport Method		smtp
    SMTP Email Account Mailbox 	(leave blank)
    SMTP Email Account Password 	(leave blank)
    SMTP Email Mail Host 		smtp.gmail.com
    SMTP Email Mail Server Port 	465 (or try 587)
    Nothing else to do with your webhost.


    I hope I'm right.
    Has anyone tried this? I have tested gmail and it does not work.
    Chinese language pack
    Zen Cart plugins demo includes Ultimate SEO, Image Handler, Template Switch, Column Layout, Lightbox and Multi-Language EZ-Pages

  7. #47
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: SMTP-Auth & Gmail Issues

    I mentioned earlier:
    Quote Originally Posted by DrByte View Post
    From all my testing, I've not made it work.

    Google's site says they require TLS/SSL for sending the messages. Zen Cart does not offer this at the email level at the present time.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #48
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: SMTP-Auth & Gmail Issues

    I still find this strange in a sense. I did tried with Gmail and it does send the emails without any problems. If all has been properly configured from your email options, I cannot think of anything on why this cannot work as expected.

  9. #49
    Join Date
    Jun 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: SMTP-Auth & Gmail Issues

    Quote Originally Posted by redxiii View Post
    Using Gmail-Hosted Mail Service (not that free Gmail account)

    ZenCart Admin -> Configuration -> Email Options

    Code:
    E-Mail Transport Method		sendmail
    SMTP Email Account Mailbox 	(leave blank)
    SMTP Email Account Password 	(leave blank)
    SMTP Email Mail Host 		(leave blank)
    SMTP Email Mail Server Port 	(leave blank)
    cPanel (or whatever your webhosting is)
    Note: if you don't know how to add MX records, ask your webhost's techsupport.

    cPanel Main -> Mail -> Modify Mail Exchanger (MX Entry)

    Code:
    Domain		yoursite.com
    MX Entry 	ASPMX.L.GOOGLE.COM
    Sometimes they're more than just one. Ask Google for those MX entries (Gmail for your Domain MX Records).

    .....

    I hope I'm right.
    I totally hate repeating a thread, but I have my MX records set to gmail. If you take a look:
    glo-techinc.com

    then you'll see that they should be set up there. However, when I do this:
    Code:
    E-Mail Transport Method		sendmail
    SMTP Email Account Mailbox 	(leave blank)
    SMTP Email Account Password 	(leave blank)
    SMTP Email Mail Host 		(leave blank)
    SMTP Email Mail Server Port 	(leave blank)
    It still won't send anything. I'm completely stumped. What can I do here. Do I need to change a setting within a source file?

  10. #50
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: SMTP-Auth & Gmail Issues

    It appears Goggle has increased security for sending emails. It is now being handled through HTTPS (which Zen-Cart does not currently have in their functions_email.php file). That said, it is more than simpling editing routines. It has to be added actually.

 

 
Page 5 of 8 FirstFirst ... 34567 ... LastLast

Similar Threads

  1. Error about SMTP Auth?
    By petestownrich in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 16 Feb 2015, 11:43 PM
  2. Replies: 3
    Last Post: 30 May 2013, 05:57 PM
  3. v151 Email - SMTP not working with GMAIL setttings
    By imfsub12 in forum Basic Configuration
    Replies: 1
    Last Post: 11 Jan 2013, 04:55 AM
  4. (Not) another SMTP + Gmail error thread
    By joaocunha in forum General Questions
    Replies: 6
    Last Post: 7 Apr 2011, 06:00 AM
  5. smtp auth not using password
    By djdavedawson in forum General Questions
    Replies: 8
    Last Post: 4 Oct 2010, 09:57 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR