Closed (works as designed)
Project:
Admin Content Notification
Version:
8.x-3.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2020 at 15:51 UTC
Updated:
20 Nov 2020 at 13:49 UTC
Jump to comment: Most recent
Comments
Comment #2
dougouverson commentedComment #3
dougouverson commentedComment #4
dougouverson commentedComment #5
dougouverson commentedComment #6
dougouverson commentedI test the system with SendGrid and Postmark, using SMTP and emails are still going out CC and not BCC. I'm not aware of any other services in play.
Comment #7
manish.upadhyay commentedHi @dougouverson,
Right now as per implementation mails only using cc option while trying to send, it has to be set BCC using code which can be done easily using "hook_admin_content_notification_params_alter" which is provided by the module, just change the params as required and pass bcc headers to the mail.
Comment #8
manish.upadhyay commentedComment #9
manish.upadhyay commentedComment #10
manish.upadhyay commentedComment #11
dougouverson commented"just change the params as required and pass bcc headers to the mail"
For the benefit of others, could you please share lines of code and params that need to be altered?
Thank you.
P.S. I am going to submit a future request: administrators would have a check box option to select CC or BCC.