Hi there,
> is there a way to use this plugin also for new order that finish in pending status?
Thanks for your comment.
The plugin uses the email id declarations in WooCommerce core, for example: https://github.com/woocommerce/woocommerce/blob/ab4a46e32e338cbf33094ab26144744a021a21a9/includes/emails/class-wc-email-new-order.php#L30
From what I see “Pending” is an email trigger for certain emails but not an email on it’s own. If I see this right, then your use case is probably missing a corresponding trigger. For example: https://github.com/woocommerce/woocommerce/blob/ab4a46e32e338cbf33094ab26144744a021a21a9/includes/emails/class-wc-email-new-order.php#L41
You can see there that there are three triggers that start with pending (line 41,42,43), but there is no trigger that ends with pending. That is probably why your mail is falling through.
> And for custom email created with booster for woocommerce plugin?
I am afraid WC Multiple Email Recipients currently does not declare support for Booster for WooCommerce. But I have plans to code more this year, I have added your input to my roadmap list.
Kind regards,