Adding BCC field to emails
We support the BCC field in ShopMagic, however it needs to be enabled with a filter, using the code snippet below:
add_filter( 'shopmagic/core/action/sendmail/enable_bcc', '__return_true' );
This filter was added in ShopMagic 2.4, so it won't work in previous versions.
When you enable the BCC field, you will see it below the To field in your email actions:
BCC field can be useful if you want to send a copy to yourself or your staff along with the email to the customer.
It works in all email actions:
- Send Email
- Send Email - Raw HTML
- Send Email - Plain Text