Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default [Done v1.5.6] EMAIL_TRANSPORT settings created by install/upgrade missing GMail

    The possible values of this field don't include Gmail, although this value is checked for in includes/functions/functions_email.php since version 1.5.2.
    Last edited by swguy; 24 Jul 2018 at 06:36 PM.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: EMAIL_TRANSPORT settings created by install/upgrade missing GMail

    This issue has been fixed in version 1.5.6.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: EMAIL_TRANSPORT settings created by install/upgrade missing Gmail

    [Narrator: "It wasn't."]

    The 1.5.6 fix added Gmail for upgraders from 1.5.5 or prior but not for new installers.
    This time for sure! Fixed in 1.5.8. PR: https://github.com/zencart/zencart/pull/3923

    Users who need the Gmail value to show up in their Email Transport options list now should use this SQL update in Admin > Tools > Install SQL Patches:

    Code:
    DELETE FROM configuration WHERE configuration_key = 'EMAIL_TRANSPORT';
    INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('E-Mail Transport Method', 'EMAIL_TRANSPORT', 'PHP', 'Defines the method for sending mail.<br><br><strong>PHP</strong> is the default, and uses built-in PHP wrappers for processing.<br><strong>smtpauth</strong> should be used by most sites, as it provides secure sending of authenticated email. You must also configure your smtpauth settings in the appropriate fields in this admin section.<br><strong>Gmail</strong> is used for sending emails using the Google mail service, and requires the [less secure] setting enabled in your gmail account.<br><strong>sendmail</strong> is for linux/unix hosts using the sendmail program on the server<br><strong>sendmail-f</strong> is only for servers which require the use of the -f parameter to use sendmail. This is a security setting often used to prevent spoofing. Will cause errors if your host mailserver is not configured to use it.<br><strong>Qmail</strong> is used for linux/unix hosts running Qmail as sendmail wrapper at /var/qmail/bin/sendmail.<br><br>MOST SITES WILL USE [smtpauth].','12', '1', 'zen_cfg_select_option(array(\'PHP\', \'sendmail\', \'sendmail-f\', \'smtp\', \'smtpauth\', \'Gmail\',\'Qmail\'),', now());
    Last edited by swguy; 1 Sep 2020 at 01:36 PM.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 12 Oct 2016, 01:22 AM
  2. Replies: 2
    Last Post: 26 Sep 2012, 08:55 PM
  3. [Done v1.5.0] Two .. in email address [email protected] bad errors
    By shrimp-gumbo-mmmhhh in forum Bug Reports
    Replies: 3
    Last Post: 24 Feb 2011, 09:47 AM
  4. Replies: 40
    Last Post: 24 Sep 2008, 07:38 PM
  5. Replies: 1
    Last Post: 3 Nov 2006, 10:16 AM

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