Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Oct 2007
    Location
    Ontario
    Posts
    15
    Plugin Contributions
    0

    Default Contact Us - Not Receiving Email

    I've been trying out the Contact Us page on my site, but for some strange reason, I do not receive any emails in my mailbox. I've checked the junk mail folder as well. Is there a place in an actual script where I have to specify my email address for the messages to be sent to? I did specify this email during the installation...

    I used the Tell a Friend feature, and it worked fine!

    Site: www.airspeed-x.com/catalog


    By the way, how does the site look? I spent about 6 hours working on it from start to what it is now, with no php experience whatsoever. I did dabble with html about 3 years ago.

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

    Default Re: Contact Us - Not Receiving Email

    FAQ on troubleshooting email issues:
    http://www.zen-cart.com/wiki/index.p...Email_Problems
    .

    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
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: Contact Us - Not Receiving Email

    Admin-Configuration-Email Options-Email Address(Displayed to Contact You)

  4. #4
    Join Date
    Oct 2007
    Location
    Ontario
    Posts
    15
    Plugin Contributions
    0

    Default Re: Contact Us - Not Receiving Email

    Quote Originally Posted by Chuckl View Post
    Admin-Configuration-Email Options-Email Address(Displayed to Contact You)
    Thanks! However, all is set properly. It doesn't make sense because any other page that sends email works (IE: refer friend, gift certificate, etc), its just the contact us form that does not. Mind boggling.

  5. #5
    Join Date
    Oct 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Contact Us - Not Receiving Email

    Quote Originally Posted by Airspeed View Post
    … any other page that sends email works (IE: refer friend, gift certificate, etc), its just the contact us form that does not. Mind boggling.
    Hi there !

    I've got exactly the same issue as you Airspeed, every email related page works fine, it's just the "contact us" form that doesn't work.

    The shop is actually running locally on a Mac OS X system with Apache v1.3.33 PHP v5.2.2 and MySQL 5.0.41.

    I don't understand , if someone has an idea…

  6. #6
    Join Date
    Oct 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Contact Us - Not Receiving Email

    Tried a lot of things seen in other posts.
    • "Contact Us Email Dropdown List" empty,
    • "Emails must send from known domain?" = true,
    • i can see the emails in the database with email archieving activated.
    I smell something like messy email redirection, or mail host server malfunction…


  7. #7
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Contact Us - Not Receiving Email

    You said sending emails from Admin->Tools->Send Email works fine, right?
    What happens if you create a customer account in the store with the same address that your contact-us is going to, and then test sending an email via the admin to that address?
    .

    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.

  8. #8
    Join Date
    Oct 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Contact Us - Not Receiving Email

    Thank you for your answer, DrByte.

    I tried and it didn't work anymore. Then I tried again but with an email adress from my ISP and it worked. So it's clearly a domain related issue.

    Then I changed "E-Mail Transport Method" from "PHP" to "smtp" and filled up "SMTP Email Mail Host" and server port with the shop's domain infos, re-tried with the shop's domain contact email that didn't work previously and it worked.

    The next thing was to prevent infinite looping of the auto-responding system activated on the shop's contact email adress (to tell people using the contact form that we get their message, and give them a copy of), so i put "Emails must send from known domain?" on "No". This way the "from" address on the "Contact Us" outgoing mail is the one the people using the contact form has given in the form.

    Everything is working now, as I wanted it to .

    When the shop will be on it's final hosting (with the same domain name as the email adresses) I'll try using "PHP" as "E-Mail Transport Method", wishing i won't have to put "Emails must send from known domain?" on "Yes" to keep the email answering robot working…

    Thanks again !

  9. #9
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Contact Us - Not Receiving Email

    Quote Originally Posted by Cosmogol View Post
    When the shop will be on it's final hosting (with the same domain name as the email adresses) I'll try using "PHP" as "E-Mail Transport Method", wishing i won't have to put "Emails must send from known domain?" on "Yes" to keep the email answering robot working…
    You might still have to leave it on "Yes" in order to not appear as being spam-like.
    Perhaps your autoresponder rules can be altered somewhat?
    Or use a different email address for the contact-us messages?
    .

    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.

  10. #10
    Join Date
    Oct 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Contact Us - Not Receiving Email

    Quote Originally Posted by DrByte View Post
    Or use a different email address for the contact-us messages?
    Actually i have "Email Address (Displayed to Contact you)" and "Email Address (sent FROM)" set on the same email address.

    Do you mean that "Email Address (Displayed to Contact you)" is the one to which messages from the "Contact Us" form will always be sent if "Set 'Contact Us' Email Dropdown List" is empty, with "Email Address (sent FROM)" used as sender address if "Emails must send from known domain?" is set to "True"?

    I'm afraid having difficulties to figure it out clearly !

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 80
    Last Post: 29 Aug 2015, 05:07 AM
  2. not receiving mail from contact us
    By etoile03 in forum Basic Configuration
    Replies: 4
    Last Post: 10 May 2011, 08:03 PM
  3. Not receiving emails via Contact Us Page
    By europod in forum General Questions
    Replies: 6
    Last Post: 30 Jul 2008, 08:39 AM
  4. Not receiving Email
    By DanAllkins in forum General Questions
    Replies: 2
    Last Post: 9 Feb 2008, 07:03 AM
  5. Not receiving emails from Contact Us page
    By active_electric in forum General Questions
    Replies: 30
    Last Post: 9 May 2007, 11:57 AM

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