Results 1 to 9 of 9
  1. #1
    Join Date
    Apr 2012
    Posts
    10
    Plugin Contributions
    0

    Default Contact Us not sending Email

    After several hours of reading through this forum and working my hosting company we concluded:

    * Emails are being sent from the ADMIN with no problems
    * Password reset email are being sent by the store

    * Contact us not sending email (hosting confirms that they see no email hand off
    * Order confirmation email not being sent.

    Any solution or help? All domain names and email account settings checked and double checked. Using zc 1.5


  2. #2
    Join Date
    Apr 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: Contact Us not sending Email

    Can anyone provide some guidance or suggestions on fixing this?

  3. #3
    Join Date
    Jan 2004
    Posts
    58,283
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Contact Us not sending Email

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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
    Join Date
    Apr 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: Contact Us not sending Email

    I have already read and apply what was applicable from forum articles. No success. Admin can send emails, emails from customers sent directly from them to the store are being received BUT no emails from the store to the customer or contact us are be sent. Hosting companies has checked all settings and they are correct but they cannot see any emails leaving the store.


  5. #5
    Join Date
    Jan 2004
    Posts
    58,283
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Contact Us not sending Email

    Lemme say again what I've already said in the articles/links I shared before:

    Zen Cart uses the SAME email delivery logic for both the admin and the storefront operations.
    Zen Cart always "sends" the emails. If an email fails to be "sent" (ie: handed off to the mailserver so it can be delivered thru all the email server networks), then an error message will be displayed immediately.

    So, if you are not RECEIVING those emails, then something is interfering with the delivery.
    Or you've changed the Zen Cart code so that it can't actually hand off the emails.

    As explained in the articles I mentioned, often the use of the "PHP" setting for transport protocol will prevent delivery because the mailserver doesn't "trust" the webserver, since unauthenticated emails are exactly how spammers work. Thus using SMTPAUTH and providing credentials to use it, can usually mitigate that issue. That's in the docs I mentioned.

    Also in the articles I mentioned, is advice about using the Email History Archive feature to see what Zen Cart is actually sending. The articles explain that the sent emails (except for password resets) will be stored to the email archive table when the feature is enabled, only when ZC hands off an email to the mailserver. There is an Email Archive Manager addon that can let you see what's in the archive. So if an email is in the archive (and the archiving is enabled), then the email was in fact "sent" and any inability to deliver the email is entirely in the hands of all the email servers responsible for delivery, and not Zen Cart.

    So I would recommend you consider those investigative steps.

    And if for some reason those don't lead you to a solution, then please give detailed results of all the things you've done to sort out this situation, including those I've not specifically re-typed here, but also those discussed in the other articles mentioned.

    It's really difficult to help you sort out something that works properly out-of-the-box for thousands of stores, but mysteriously not for your specific situation ... without details about what makes your situation unique vs all the others.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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
    Apr 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: Contact Us not sending Email

    As I noted in the previous replies and the original post- I have spent several hours reading and when applicable applying each suggestion to try to fix this issue. I am not SME on Zen Cart and coding with the exception of adding text to the pages has not be done.

    I am using v1.5 ashley pink template- new install. only the USPS and Email History Archive addon were either installed or attempted to install.

    Here are the facts:

    Within Admin : emails are being sent and received. They are also noted in Email History Archive as sent.

    Within the Store: emails are not being handed over from the store to the webserver as Email History Archive does not show them.

    All emails sent via Admin appear in the Email History Archive BUT none appear when sent from the store.

    Below are my Admin/email settings:


    E-Mail Transport Method smtpauth
    E-Mail Linefeeds LF
    Use MIME HTML When Sending Emails true
    Send E-Mails true
    Email Archiving Active? true
    E-Mail Friendly-Errors true
    Email Address (Displayed to Contact you) mama@mamasbows.com
    Email Address (sent FROM) mama@mamasbows.com
    Emails must send from known domain? Yes
    Email Admin Format? TEXT
    Send Copy of Order Confirmation Emails To mama@mamasbows.com
    Send Copy of Create Account Emails To - Status 1
    Send Copy of Create Account Emails To mama@mamasbows.com
    Send Copy of Customer GV Send Emails To - Status 0
    Send Copy of Customer GV Send Emails To mama@mamasbows.com
    Send Copy of Admin GV Mail Emails To - Status 0
    Send Copy of Customer Admin GV Mail Emails To mamas@mamasbows.com
    Send Copy of Admin Discount Coupon Mail Emails To - Status 0
    Send Copy of Customer Admin Discount Coupon Mail Emails To mamas@mamasbows.com
    Send Copy of Admin Orders Status Emails To - Status 0
    Send Copy of Admin Orders Status Emails To mama@mamasbows.com
    Send Notice of Pending Reviews Emails To - Status 0
    Send Notice of Pending Reviews Emails To mama@mamasbows.com
    Set "Contact Us" Email Dropdown List mama@mamasbows.com
    Contact Us - Show Store Name and Address 1
    Send Low Stock Emails 1
    Send Low Stock Emails To mama@mamasbows.com
    Display "Newsletter Unsubscribe" Link? true
    Audience-Select Count Display true
    SMTP Email Account Mailbox mama@mamasbows.com
    SMTP Email Account Password **********
    SMTP Email Mail Host just51.justhost.com
    SMTP Email Mail Server Port 26
    Convert currencies for Text emails

    One last thing: I notice that email generated with ADMIN have a subject line but the email to contact us in the store does not. Also- I get no error message from the store when i submit the email as a customer trying to reach out to the store.

    Carlos

  7. #7
    Join Date
    Jan 2004
    Posts
    58,283
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Contact Us not sending Email

    Quote Originally Posted by Mamasbows View Post
    As I noted in the previous replies and the original post- I have spent several hours reading and when applicable applying each suggestion to try to fix this issue.
    Yes, I saw that you said that. But I can't guess which specific things you read and tried nor what the results were of each of those things. Hence the request for more info.

    Quote Originally Posted by Mamasbows View Post
    Within Admin : emails are being sent and received. They are also noted in Email History Archive as sent.

    Within the Store: emails are not being handed over from the store to the webserver as Email History Archive does not show them.

    All emails sent via Admin appear in the Email History Archive BUT none appear when sent from the store.
    Extremely unusual, since the programming code used for the Admin side is the SAME code as used for the store.
    That is, unless you've changed or added or deleted files used in the process, such as anything in /includes/classes/, /includes/auto_loaders, /includes/init_includes, /includes/functions/, /includes/modules/
    Quote Originally Posted by Mamasbows View Post
    One last thing: I notice that email generated with ADMIN have a subject line but the email to contact us in the store does not.
    Um ... how can you say that the email to contact-us in the store doesn't have a subject line if you're not even receiving those emails?
    Please clarify how you came to this conclusion.

    Quote Originally Posted by Mamasbows View Post
    Also- I get no error message from the store when i submit the email as a customer trying to reach out to the store.
    Try setting "E-Mail Friendly-Errors" to false instead. Then what happens?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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. #8
    Join Date
    Apr 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: Contact Us not sending Email

    Quote Originally Posted by DrByte View Post
    Um ... how can you say that the email to contact-us in the store doesn't have a subject line if you're not even receiving those emails?
    Please clarify how you came to this conclusion.?
    Subject line in the form that customer populates before submitting email.


    Quote Originally Posted by DrByte View Post
    Try setting "E-Mail Friendly-Errors" to false instead. Then what happens?
    Nothing. same issue no email.

  9. #9
    Join Date
    Jan 2004
    Posts
    58,283
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Contact Us not sending Email

    Quote Originally Posted by Mamasbows View Post
    Subject line in the form that customer populates before submitting email.
    As far as I can tell that's not a built-in feature with the official Zen Cart distribution code. Maybe your addons have broken something.
    http://www.zen-cart.com/wiki/index.p...Obscure_Issues
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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.

 

 

Similar Threads

  1. Contact Us email not sending
    By Sniper in forum General Questions
    Replies: 3
    Last Post: 11 Sep 2011, 11:08 PM
  2. Contact us not sending an email.
    By Myjewels in forum General Questions
    Replies: 3
    Last Post: 4 Aug 2007, 10:04 PM
  3. site email contact form not sending to certain email addresses
    By chief_wiggum in forum General Questions
    Replies: 1
    Last Post: 29 Aug 2006, 03:56 PM
  4. Contact Us, not sending email
    By godspeed27 in forum General Questions
    Replies: 8
    Last Post: 15 Jul 2006, 10:15 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
  •