• Resolved vision-hive

    (@vision-hive)


    1 configuration error detected in this tab panel
    Sender email address does not belong to the site domain.

    This is a design choice (all website and mailing list email uses a subdomain), and all the correct DNS entries are in place to allow this. In other words, it is NOT an error – please could you include a way to permanently ignore or remove this warning? Client admins should not see it. Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you are comfortable that you have dealt with any warnings offered by the Contact Form 7 Configuration Validator you can disable future warnings using the methods given below:

    Using wp-config.php
    
    define( 'WPCF7_VALIDATE_CONFIGURATION', false );
    Add to your wp-config.php
    
    Using functions.php
    
    add_filter( 'wpcf7_validate_configuration', '__return_false' );
    Add to your theme's functions.php
    Thread Starter vision-hive

    (@vision-hive)

    It would be nice if it were an option/dismissable but this way is also just fine, thanks for the rapid reply! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Sender email address does not belong to the site domain”’ is closed to new replies.