Which hook to use to save order meta data before email notifications are send in WooCommerce

I’m looking for a Woocommerce action hook (or filter, I’m not sure) where I can update the shipping & billing address before the New Order email notification is sent. Right now, I’m using the woocommerce_before_thankyou to update order meta. The order is saved with correct address that I want to save, but the email is… Read More Which hook to use to save order meta data before email notifications are send in WooCommerce