Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2005
    Posts
    220
    Plugin Contributions
    0

    Default Problem with SMTP after upgrade

    We performed the upgrade from 1.3.7 to 1.3.9b yesterday and for the most part things seem to be working well but we have run into a few problems.

    1. When e-mailing from the backend Customer order screen - it seems e-mails are no longer working. Everything was fine with 1.3.7 and checked the e-mail settings under configuration and nothing seems to have changed. We are running on a Windows Box with PHP4 and MYSQL5 The error we are getting is

    ERROR: Failed sending email to: "TEST USER" with subject: "Order Update #578" SMTP Error: Could not connect to SMTP host.
    Error ERROR: Failed sending email to: "" with subject: "[ORDERS STATUS] Order Update #578" SMTP Error: Could not connect to SMTP host.

    It also seems on the customer front end that no e-mails are being sent out for what we imagine is the same reason.


    Any assistance would be appreciated.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Problem with SMTP after upgrade

    What Email Transport are you using?
    What are all your SMTP settings? (don't post the password)
    Is this on a live server, or a test site?
    .

    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.

  3. #3
    Join Date
    Jul 2005
    Posts
    220
    Plugin Contributions
    0

    Default Re: Problem with SMTP after upgrade

    Quote Originally Posted by DrByte View Post
    What Email Transport are you using?
    What are all your SMTP settings? (don't post the password)
    Is this on a live server, or a test site?
    Hello - this is on the site Live now

    SMTP Email Account Mailbox [email protected] Info
    SMTP Email Account Password -------- Info
    SMTP Email Mail Host smtpauth.earthlink.net Info
    SMTP Email Mail Server Port 587 Info

    We changed the e-mail address for this post for obvious reasons

  4. #4
    Join Date
    Jul 2005
    Posts
    220
    Plugin Contributions
    0

    Default Re: Problem with SMTP after upgrade

    Forgot this one

    E-Mail Transport Method smtpauth

  5. #5
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Problem with SMTP after upgrade

    Port 587 is intended to use SSL, but it seems like your server doesn't like the default treatment of 587 as TLS/SSL.

    Try doing this to force it to skip the TLS aspect:

    - create a new file at /includes/extra_configures/treat_email_port_587_specially.php
    - containing just the following:
    Code:
    <?php define('SMTPAUTH_EMAIL_PROTOCOL', 'none');
    - copy the same file to /admin/includes/extra_configures/


    NOTE: This will NOT work for versions older than v1.3.9b
    .

    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.

  6. #6
    Join Date
    Jul 2005
    Posts
    220
    Plugin Contributions
    0

    Default Re: Problem with SMTP after upgrade

    Quote Originally Posted by DrByte View Post
    Port 587 is intended to use SSL, but it seems like your server doesn't like the default treatment of 587 as TLS/SSL.

    Try doing this to force it to skip the TLS aspect:

    - create a new file at /includes/extra_configures/treat_email_port_587_specially.php
    - containing just the following:
    Code:
    <?php define('SMTPAUTH_EMAIL_PROTOCOL', 'none');
    - copy the same file to /admin/includes/extra_configures/


    NOTE: This will NOT work for versions older than v1.3.9b
    Thanks, I'll give this a try. In the meantime - switched over to another available server on port 25 and everything seems to be working. Any thoughts on the custom sidebox issue I mentioned in the other post?

    Thanks again!

  7. #7
    Join Date
    Mar 2006
    Posts
    3
    Plugin Contributions
    0

    Default Re: Problem with SMTP after upgrade

    Can someone point me to the RFC that specifies 587 is SSL only?

 

 

Similar Threads

  1. Problem after upgrade to 1.3.8 with authorize.net
    By dolfantimmy in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 25 Sep 2008, 05:25 AM
  2. Problem with payment module after upgrade
    By paquito in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 3 Jul 2008, 04:51 PM
  3. Help! - Problem with DB after upgrade to 1.3.7
    By Peter Homann in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 2 Feb 2007, 11:50 AM
  4. SMTP problem after upgrade
    By Hartsa in forum Upgrading from 1.3.x to 1.3.9
    Replies: 8
    Last Post: 8 Sep 2006, 02:33 PM

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