Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 36
  1. #21
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    288
    Plugin Contributions
    3

    Default Re: Contact Us emails failing validation

    Quote Originally Posted by mc12345678 View Post
    Sort of waiting for a response to that question; however, was also thinking, you were having this issue on both your production and test stores. Did the drop down version of the contact us menu have the same selection list as is available on your contact us page? Also do you have it setup with the "name" <email address>? or is it just email address? I thought one of the other setup attributes was to have both parts provided in the store's setup for the Set "Contact Us" Email Dropdown List selection. (Seeing that you do have a drop down list selection, though that doesn't address the automatic emails that are not being received.)
    Drop downs for both sites are the same, and emails are set to "name <address>".
    It is looking like the not receiving order conf. emails is due to email provider blocking. The "boss" won't give up his beloved AOL email, and AOL is blocking stuff even without filters set to do so.
    I added another address to the order conf. send to list and it's working fine. Also turned on email archiving, order conf. emails are sending fine, just not getting through AOL. Hopefully this will be the straw that breaks the camels back and I can get him to ditch the AOL!!!

    Thanks for all of the help and ideas!

  2. #22
    Join Date
    Dec 2005
    Posts
    44
    Plugin Contributions
    0

    Default Re: Contact Us emails failing validation

    I have something similar. Emails fail validation from the 'contact us' form and quick-contact header, but emails get through from the admin >Tools > send email. I deduce that it's not a server/hosting issue from the latter, but am failing to find what it might really be. Might it be some issue with the template or its implementation of Megamenu????

    v1.5.1

    error log "[31-Jan-2014 12:16:05] ERROR: Failed sending email to: "" <> with subject: "Website Inquiry from ** **" (failed validation)"

    email_debug.php is not activated from the contact options, but is from: Admin >Tools > Send Email

    Thanks

  3. #23
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Contact Us emails failing validation

    Quote Originally Posted by Limey View Post
    I have something similar. Emails fail validation from the 'contact us' form and quick-contact header, but emails get through from the admin >Tools > send email. I deduce that it's not a server/hosting issue from the latter, but am failing to find what it might really be. Might it be some issue with the template or its implementation of Megamenu????

    v1.5.1

    error log "[31-Jan-2014 12:16:05] ERROR: Failed sending email to: "" <> with subject: "Website Inquiry from ** **" (failed validation)"

    email_debug.php is not activated from the contact options, but is from: Admin >Tools > Send Email

    Thanks
    That type of log has been what I have seen when a bot/user tries to "spoof" the system to try to send email. Regarding the template's implementation, yeah it probably isn't including the recent updates made to v1.5.1 that were incorporated into the contact us and sign-in/new user pages. There are some suggestions earlier on in this thread about coding that could be applied, and there are many others around as well. I modified the response of the mega_menu to hide the contact us drop down when otherwise on the contact_us page, and to incorporate the changes made in v1.5.1 of ZC. I have seen another do something similar, but what they did was to first take the information entered at the drop down, and enter it on a newly loaded page, to have the user make some more selections and then submit the contact us form for a sort of second set of validation. I believe I saw this one described in the responsive sheffield blue template thread posted by another user. Please remember, posts should be associated with the primary topic of the thread. So, if/when visiting that thread further discussion on this aspect probably should be taken to a thread different than the thread on that template.

    All that said: do you get that type of error when you personally test the contact us page from the website? Or is that just an error log that has been received and considered to have been a problem with the contact us page because of knowledge of other "variables"? (Ie are you able to send a message from the store/reproduce the problem?)
    Last edited by mc12345678; 31 Jan 2014 at 04:37 PM.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #24
    Join Date
    Dec 2005
    Posts
    44
    Plugin Contributions
    0

    Default Re: Contact Us emails failing validation

    Quote Originally Posted by mc12345678 View Post
    All that said: do you get that type of error when you personally test the contact us page from the website? Or is that just an error log that has been received and considered to have been a problem with the contact us page because of knowledge of other "variables"? (Ie are you able to send a message from the store/reproduce the problem?)
    Yes the same error when I personally test the contact us page. ie I can't send messages from the store.

  5. #25
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Contact Us emails failing validation

    Quote Originally Posted by Limey View Post
    Yes the same error when I personally test the contact us page. ie I can't send messages from the store.
    How about if you change back to the classic template... Does email sending work from contact us page? Might indeed have something "different" between the two sets of files (the override file for your template and the default version of the same file.) I would start with the file first, and deal with the mega-menu afterwords. It is something of an imitation of the file, and worst case can be disabled but still have a contact us form. Have you previously tried to install anything like recaptcha, but then not fully removed it or copied over the files from one template to the other?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #26
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Contact Us emails failing validation

    [31-Jan-2014 12:01:45] ERROR: Failed sending email to: "MYDOMAINeditedFORsecurityReasons.com" <> with subject: "Website Inquiry from DomainNameRemoved.com" (failed validation)

    Have you setup your
    Admin: Configuration: Email Options => so that you have valid email addresses in all the proper places?

    Not saying that's the only problem but I can duplicate that error message which I copied from the /logs folder after removing the email addresses from the configuration.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  7. #27
    Join Date
    Dec 2005
    Posts
    44
    Plugin Contributions
    0

    Default Re: Contact Us emails failing validation

    Quote Originally Posted by RixStix View Post
    [31-Jan-2014 12:01:45] Have you setup your Admin: Configuration: Email Options => so that you have valid email addresses in all the proper places?
    Thanks again. I resolved it by getting a different 'definitive' answer from the hosting support compared to the one I had yesterday - and it was to do with their settings. If I weren't so glad to have sussed it I could have been irritated. Thanks to all.

  8. #28
    Join Date
    Dec 2005
    Posts
    44
    Plugin Contributions
    0

    Default Re: Contact Us emails failing validation

    Thanks, It was the host's setting after all. I got different guidance than before and I'm back in business. Many thanks tho'.

  9. #29
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Contact Us emails failing validation

    Quote Originally Posted by Limey View Post
    Thanks, It was the host's setting after all. I got different guidance than before and I'm back in business. Many thanks tho'.
    So to confirm, there was no setting that an operator of a ZC store could correct without the assistance of the host making some sort of server change. Is that correct?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #30
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,400
    Plugin Contributions
    94

    Default Re: Contact Us emails failing validation

    Quote Originally Posted by mc12345678 View Post
    So to confirm, there was no setting that an operator of a ZC store could correct without the assistance of the host making some sort of server change. Is that correct?
    And, if that's the case, letting everyone know what settings had to be changed might help someone in the same situation in the future!

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v154 Emails from site failing
    By christymreed in forum General Questions
    Replies: 7
    Last Post: 1 Apr 2015, 03:31 AM
  2. v154 Order confirmation emails and Contact Us emails not being received
    By jcrewe in forum General Questions
    Replies: 5
    Last Post: 22 Mar 2015, 06:36 PM
  3. Java validation on Contact us
    By hitch in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Jun 2009, 10:29 PM
  4. Validation of Contact Us Page?
    By nrg77 in forum General Questions
    Replies: 0
    Last Post: 25 Jul 2008, 05:52 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