Title: In next version remove false &quot;configuration errors&quot;
Last modified: August 31, 2016

---

# In next version remove false "configuration errors"

 *  [tdoccc](https://wordpress.org/support/users/tdoccc/)
 * (@tdoccc)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/)
 * Hey, I’m getting really sick and tired of the “Misconfiguration leads to mail
   delivery failure or other problems. Validate your contact forms now.” message.
   Especially when there’s nothing wrong with my contact form.
 * These messages below as well are also irritating.
 * To
    [your-recipient]
 * This field has syntax errors.
    (but there’s no other way to have the user send
   the contact form to a recipient of their choice (in our case we use Enquiries
   and Support each with different e-maisl))
 * From
    [your-name] <[your-email]>
 * This email address does not belong to the same domain as the site.
 * (We prefer to have the user e-mail in the message so it’s easier for us to reply
   back)
 * The contact form sends perfectly fine with no issues. So what’s the problem?
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

Viewing 14 replies - 1 through 14 (of 14 total)

 *  Thread Starter [tdoccc](https://wordpress.org/support/users/tdoccc/)
 * (@tdoccc)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133433)
 * I wouldn’t mind but the message “misconfiguration blah blah blah” CONSTANTLY 
   pops up on every admin page and there’s no need for it.
 *  [davinian](https://wordpress.org/support/users/davinian/)
 * (@davinian)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133441)
 * [@tdoccc](https://wordpress.org/support/users/tdoccc/)
 * The From filed should really be an email address with the same [@domainname](https://wordpress.org/support/users/domainname/).
   tld as your website.
 * You can use Reply-to: [your-name] <[your-email]> in Additional Headers
 * Take a look at the following:-
    [http://contactform7.com/configuration-errors/](http://contactform7.com/configuration-errors/)
   [http://kb.cf7skins.com/contact-form-7-configuration-validator](http://kb.cf7skins.com/contact-form-7-configuration-validator)
 *  [nocabt](https://wordpress.org/support/users/nocabt/)
 * (@nocabt)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133535)
 * To expand on devinian’s correct comment – the reason it’s recommended to be setup
   like this is to prevent emails from being rejected as spam by a mail server. 
   For example if the site domain.com sends an email that is from [user@anotherdomain.com](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/user@anotherdomain.com?output_format=md),
   the receiving mail server (myemaildomain.com) might flag that as spam or outright
   reject it, especially if domain.com is using strict email authentication, with
   the logic, “I just got this email that says it’s from [user@anotherdomain.com](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/user@anotherdomain.com?output_format=md),
   but anotherdomain.com doesn’t say that domain.com has permission to be sending
   this message, so I’m going to reject it…”
 * I’m guessing the reason CF7 developers added this feature in is b/c I’m guessing
   they’ve received a ton of complaints about contact form submissions not arriving
   in inboxes b/c of a similar configuration to what you’re using.
 * On another note, maybe you should have started your post, “Thanks for the great
   plugin I’ve been using for free for years on my website! I have a bit of feedback…”
 * You know what they say about catching more bees with honey than vinegar…
 *  [davinian](https://wordpress.org/support/users/davinian/)
 * (@davinian)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133540)
 * [@nocabt](https://wordpress.org/support/users/nocabt/) / [@tdoccc](https://wordpress.org/support/users/tdoccc/)
 * from another thread… “the whole point of the update and validating your forms
   is to help you follow better standards to avoid messages being wrongly marked
   as spam.
 * e.g. In most cases you are sending messages to yourself (your own domain), so
   not a problem. But (as an example) if you configured your form to send messages
   to [yourname@yahoo.com](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/yourname@yahoo.com?output_format=md)
   and a person sending you a message used [theirname@yahoo.com](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/theirname@yahoo.com?output_format=md)
   you would probably never receive the email as Yahoo would consider it as spam(
   because it was not sent from Yahoo’s servers). The same would happen for [@hotmail](https://wordpress.org/support/users/hotmail/),
   [@gmail](https://wordpress.org/support/users/gmail/) etc…”
 *  Thread Starter [tdoccc](https://wordpress.org/support/users/tdoccc/)
 * (@tdoccc)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133642)
 * Yeah, apologies guys – I can see where you’re both coming from and might have
   been a bit too hasty.
 *  [mmglisci](https://wordpress.org/support/users/mmglisci/)
 * (@mmglisci)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133643)
 * [@davinian](https://wordpress.org/support/users/davinian/),
 * This is how my own mail section is filled out on my website in my CF7. Can you
   please tell me if it’s correct? And if not can you please tell me how to fix 
   it. Because it’s not sinking in my head and I’m not receiving emails. Thanks 
   so much!
 * MAIL section
 * To: [mglisci@4directiondesign.com](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/mglisci@4directiondesign.com?output_format=md)
   ([
   your email] is a required field to ensure you don’t have an empty To: address)
 * From: [your name] <mglisci@4directiondesign.com>
    (adding [your name] allows 
   you to sort by the name of the sender & apply filters in your email application)
 * Subject: [your subject]
    (making Subject required in your form ensures you don’t
   have an empty Subject field in your form email)
 *  [davinian](https://wordpress.org/support/users/davinian/)
 * (@davinian)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133686)
 * [@mmglisci](https://wordpress.org/support/users/mmglisci/), this all looks correct.
 * In Additional Headers do you have?
 *     ```
       Reply-To: [your-name] <[your-email]>
       ```
   
 * Are you still seeming any other validation errors? If you get an error on the
   Subject field you may need to add an **\*** to the Form part like this.
 *     ```
       <p>Subject (required)<br />
           [text* your-subject] </p>
       ```
   
 * regards,
    David
 *  [mmglisci](https://wordpress.org/support/users/mmglisci/)
 * (@mmglisci)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133702)
 * [@davinian](https://wordpress.org/support/users/davinian/),
 * I did what you said above and it is working. However, it didn’t until I deleted
   a plugin called “WP Better Emails” then it worked fine.
 * Thanks for all your help
    Marilyn
 *  [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133703)
 * I keep seeing “This contact form has 3 configuration errors.” yet I can’t figure
   out what is wrong?
 * I weeded out the obvious errors (like the ones mentioned above) and checked for
   the issues mentioned in the “How to Resolve Configuration Errors” page. However
   I can’t figure out what the problem is.
 * Your error message needs to at least give a clue like what rule am I breaking
   or if it is a syntax issue and state in the error message where the problem is.
   I’m hunting all over the contact form settings and not seeing any red text showing
   what and where the problem is. If it is a syntax issue, maybe highlight it red(
   like a spell-check) when you go to save it.
 *  [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133704)
 * BTW: Hopefully it is not throwing an error because I am not using all the input
   fields from my contact form in the mail form. Some fields don’t need to be emailed,
   such as the ‘honey pot’ or the CAPTCHA fields.
 * If that is the case maybe you should place that message as a footnote or warning
   on form submission and not as an error.
 * While writing this out I thought another possible error to look for is form tag
   mismatch (a tag in the mail form not used in the contact form), however I did
   not find any of those either.
 *  [nocabt](https://wordpress.org/support/users/nocabt/)
 * (@nocabt)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133705)
 * [@schulz](https://wordpress.org/support/users/schulz/) Can you find what field
   is showing the validation error? If you click through the tabs one show show 
   a red error message below it. That error isn’t totally helpful b/c it doesn’t
   show the specific error, but it does show which field is causing it.
 *  [schulz](https://wordpress.org/support/users/schulz/)
 * (@schulz)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133706)
 * @nocadt
 * [https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors?replies=12#post-8137399](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors?replies=12#post-8137399)
 * “I’m hunting all over the contact form settings and not seeing any red text showing
   what and where the problem is”.
 *  [Ben Hutchings](https://wordpress.org/support/users/benmeredevelopmentcouk/)
 * (@benmeredevelopmentcouk)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133707)
 * Going right back to the point of the original post, I would like to see a way
   of turning this configuration validation off from the CF7 settings in admin area
   please. There are some instances where errors are shown incorrectly when a client’s
   mail configuration is pretty complex (and has appropriate SPF entries etc).
 * For now, we can do it with the following filter:
    `add_filter( 'wpcf7_validate_configuration','
   __return_false' );`
 * Hope to see it as optional in next version, thanks for all the hard work!
 *  [rarcher30](https://wordpress.org/support/users/rarcher30/)
 * (@rarcher30)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133710)
 * I’m just ignoring the validation errors for now as I really want the [your-name]
   <[your-email]> to show the sender’s email details. If I don’t I get some garbled
   weird email details from bluehost, [instyle7@box798.bluehost.com](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/instyle7@box798.bluehost.com?output_format=md)(
   where website is hosted). I think there are some A name records or something 
   like that to remove on hosting server for the domain.
 * Anyway, found that the WP-Mail-SMTP plugin by Callum McDonald no longer works
   to send the email via SMTP server. Even when I fix the validation errors that
   Contact Form 7 4.4 introduced. Anyone else experiencing the same issue?

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘In next version remove false "configuration errors"’ is closed to new
replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 14 replies
 * 7 participants
 * Last reply from: [rarcher30](https://wordpress.org/support/users/rarcher30/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/in-next-version-remove-false-configuration-errors/#post-7133710)
 * Status: not resolved