You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sales emails are set to copy the to field of sales emails are populated with both the customers email and the copy to email address, so the customer sees the copy email. This doesn't happen all the time???
Current fix: switch to use bcc
select * from core_config_data where path like '%copy_method%';
update core_config_data set value = 'bcc' where path like '%copy_method%';
The text was updated successfully, but these errors were encountered:
When sales emails are set to copy the to field of sales emails are populated with both the customers email and the copy to email address, so the customer sees the copy email. This doesn't happen all the time???
Current fix: switch to use bcc
The text was updated successfully, but these errors were encountered: