Results 1 to 9 of 9
  1. #1

    Default SMTP problem after upgrade

    I still have both versions 1.3.0 and 1.3.5 running on Fedora 5 server.
    I cannot send smtp mail with 1.3.5, while 1.3.0 works perfectly.
    The smtp settings are the same in both versions.

    Any ideas?

  2. #2

    Default Re: SMTP problem after upgrade

    Quick fix.
    I replaced functions_email.php with the one from version 1.3.0 and now it works. I dont have time to look into more details what has been changed,
    but anybody pls advice if u can resolve this issue..

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

    Default Re: SMTP problem after upgrade

    What port is your SMTP SERVER PORT set to?
    .

    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.

  4. #4

    Default Re: SMTP problem after upgrade

    Quote Originally Posted by DrByte
    What port is your SMTP SERVER PORT set to?
    Standard Port 25.

  5. #5
    Join Date
    Jul 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: SMTP problem after upgrade

    Confirm the above 'Quick fix' with v1.3.0.2 v/s v1.3.5 as per my thread.
    Great stuff... i would still appreciate confimation from Devs on this .

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

    Default Re: SMTP problem after upgrade

    /includes/functions/functions_email.php
    line 137
    try changing the & to &&:
    Code:
            if (EMAIL_SMTPAUTH_MAIL_PORT != '25' && EMAIL_SMTPAUTH_MAIL_PORT != '') $mail->Port = EMAIL_SMTPAUTH_MAIL_PORT;
    Does that make any difference?
    .

    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.

  7. #7
    Join Date
    Jul 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: SMTP problem after upgrade

    Very late at night for me but doesn't seem to work...?

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

    Default Re: SMTP problem after upgrade

    How embarrassing ...

    This should work better ...

    /includes/functions/functions_email.php
    line 137
    change from
    Code:
            if (EMAIL_SMTPAUTH_MAIL_PORT != '25' & EMAIL_SMTPAUTH_MAIL_PORT != '') $mail->Port = EMAIL_SMTPAUTH_MAIL_PORT;
    to:
    Code:
            if (EMAIL_SMTPAUTH_MAIL_SERVER_PORT != '25' && EMAIL_SMTPAUTH_MAIL_SERVER_PORT != '') $mail->Port = EMAIL_SMTPAUTH_MAIL_SERVER_PORT;
    .

    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.

  9. #9
    Join Date
    Jul 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: SMTP problem after upgrade

    All is good!
    Thanks DrByte... much appreciated.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 16 Mar 2012, 07:47 AM
  2. Problem with SMTP after upgrade
    By JLA in forum Upgrading from 1.3.x to 1.3.9
    Replies: 6
    Last Post: 10 Oct 2011, 09:59 PM
  3. Replies: 4
    Last Post: 18 Aug 2010, 11:46 AM
  4. Problem after upgrade
    By gabenn2 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 Feb 2008, 12:14 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