Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2022
    Location
    India
    Posts
    12
    Plugin Contributions
    0

    Default Disable sending mails

    Zen cart version - v1.53
    URL - www.eshubham.com
    PHP - 7.4

    Is there a way to disable emails being sent from Contact us form via PHPmyadmin? Since admin dashboard is not accessible currently. We need to disable contact form to avoid spam mails till the issue with admin access gets solved.

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

    Default Re: Disable sending mails

    To disable only contact emails, change your template file tpl_contact_us_default.php to just say "this feature is temporarily disabled."

    You can disable ALL emails with a database change but not just contact us emails.

    To disable ALL emails, use

    UPDATE configuration SET configuration_value = 'false' WHERE configuration_key = 'SEND_EMAILS';

    Make a backup of your database before you run SQL commands in case something goes wrong.
    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
    Apr 2022
    Location
    India
    Posts
    12
    Plugin Contributions
    0

    Default Re: Disable sending mails

    Quote Originally Posted by swguy View Post
    To disable only contact emails, change your template file tpl_contact_us_default.php to just say "this feature is temporarily disabled."

    You can disable ALL emails with a database change but not just contact us emails.

    To disable ALL emails, use

    UPDATE configuration SET configuration_value = 'false' WHERE configuration_key = 'SEND_EMAILS';

    Make a backup of your database before you run SQL commands in case something goes wrong.
    Thank you, I will try the template option first.

 

 

Similar Threads

  1. Sending delayed e-mails?
    By brillarmory in forum General Questions
    Replies: 5
    Last Post: 22 Mar 2016, 10:02 AM
  2. Not sending e-mails to the customer.
    By magneod in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 11 Feb 2010, 07:00 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