• I use the plug-in puzzle captcha what works great,.

    But why do I still see the configuration error?

    Configuration error: Unsafe email config [your-email]

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Thread Starter pahedomotica

    (@pahedomotica)

    Hi,

    I use puzzel reCAPTCHA and still this error/warning how do I get off it?

    please give a good fix without ussing double reCAPTCHA

    Same question here using hcaptcha on dozen of websites using cform7…

    (ok, it is possible to disable the configuration validator but it is not the purpose of this thread more about : how to take in count other antispam plugins/methods to avoid this warning)

    Thread Starter pahedomotica

    (@pahedomotica)

    @takayukister please make the validator compatibel with other Captcha plugin’s!

    Not only with google

    Same problem here. I use a custom build honeypot which works perfectly on +100 websites. Please stop bothering users with this “Unsafe email config is used without sufficient protection” warning. I suggest make it an opt-in option. I don’t want to disable the configuration on all those websites.

    This is how you can disable it for people searching, the link @alexisj mentioned above:

    You can disable the configuration validator by adding:
    
    define( 'WPCF7_VALIDATE_CONFIGURATION', false );
    
    to your wp-config.php, or adding:
    
    add_filter( 'wpcf7_validate_configuration', '__return_false' );
    
    to your theme’s functions.php.
    Thread Starter pahedomotica

    (@pahedomotica)

    the plugin needs a fix, what are we doing if we need to change the wp-config.php for suge a things!

    Hi,

    Hi, I am trying to add the Recaptcha and Akismet spam plugins but still, I am facing the same issue email not working.

    How can we resolve that our site URL is:

    https://www.jagyadesigns.com/contact-us/

    Please can suggest me how to resolve that

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Configuration error: Unsafe email config [your-email]’ is closed to new replies.