Problem/Motivation
The Bcc token is well used when the order is created: both the customer (To:) and the store (Bcc:) receive the order email.
But isn't when resending the receipt: the order is sent to the customer only (To:).
Steps to reproduce
Create and submit an order: when using the reroute_email module, the rerouted mail indicates the To and the Bcc recipients.
Go to your order (/admin/commerce/orders/ORDERID) and click on the "Resend receipt" button.
When using the reroute_email module, the rerouted mail indicates the To recipient only.
Proposed resolution
Could the receipt be resent to both the custom and the Bcc token recipient?
Comments