Thanks for this @serafinnyc
If I only want to send it to myself and not the customer would I change it to…
function wc_cancelled_order_add_customer_email( $recipient, $order ){
return $recipient . ',' . $order->billing_email;
}
add_filter( 'woocommerce_email_recipient_cancelled_order', 10, 2 );