[ad_1]
Hi,
Just bumping back up as I'm not able to fix this issue? I have tried numerous things.
The problem is:
I'm unable to add bcc in the additional headers part of the mail box. I have tried various combinations and non seem to working and I keep getting the following error:
1 configuration error detected in this tab panel
I have tried using the following formats:
Bcc: [email protected]
Bcc: [email protected]
Every time I add a character in the additional headers I get the error " !1 configuration error detected in this tab panel"?
Please note, I have also tried adding using the additional settings with the following code:
// Add BCC recipient in Contact Form 7
add_filter('wpcf7_additional_mail', 'add_bcc_to_cf7', 10, 1);
function add_bcc_to_cf7($additional_mail) {
$additional_mail .= "bcc: [email protected]" . "\r\n";
return $additional_mail;
}
Again, this didn't work?
Images:
website is:
In brief:
The problem is when I try edit the contact form to include BCC it won’t let me. I get a configuration error? The form is working fine for the site admin email “[site_admin_email]”. Any number or character I try and add into the additional header section gets flagged as configuration error? Therefore when I add “Bcc: [email protected]” I instantly get a config error.The page I need help with: [log in to see the link]
