we are using this code
function forward_customer_email_to_admin( $headers ) {
$headers .= ‘Bcc: netsnnets.india@gmail.com’ . “\r\n”;
return $headers;
}
add_filter( ‘woocommerce_email_headers’, ‘forward_customer_email_to_admin’ );
for forwarding the cc copy to netsnnets.india@gmail.com sometimes it is working but it is not working everytime i have checked everything but this problem is occuring once in a week . Please help us with this problem . I have pasted this code on function.php file.