-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add bcc fields to stores #2905
add bcc fields to stores #2905
Conversation
3668180
to
8b53a44
Compare
Why bcc should only apply to the order confirm email? |
Because I needed only for that... But once we have this field we could use it also for other methods that send emails. |
I think that we need to provide a way to let devs choose which emails they want to add bcc into if we want to introduce this feature. IMO if we don't go in this direction it's better to keep this customization out of core, maybe an extension or directly into apps. |
What you say it makes sense. |
I agree with @kennyadsl, I think there is value in having BCC fields for stores but I'd like to see this solution expanded to include the possibility of having BCCs on all emails sent. It might be a good idea to have this start as an extension and then reopen with a full solution into core once it's been fully implemented. |
Closing this, let us know if you build the extension and thanks again for contributing! |
Ok 👍 |
This PR adds the possibility to specify BCC email addresses for the confirmation order emails in the Store admin tab.