- Issue created by @zilloww
Automatically closed - issue fixed for 2 weeks with no activity.
When the option "Disable the site email address" is true and there is any email address in the adhoc field, the addresses will be set to "BCC" header and there will not be "TO" header. It's not really a big deal nor issue but if like me, you're on a project that only sends notifications to a specific email address that isn't the site's email, it's a bit annoying.
Classic use of the module.
In the file "content_moderation_notifications/src/Notification.php", I check if the variable $recipient is set. If it's not, set this variable to the first email specified in the adhoc field and remove it from BCC header. This patch is for the moment just a quick workaround to fix this issue on a customer website. If needed, I'll clean the code and add a help text in the adhoc field to explain.
None for the moment.
None.
None.
Automatically closed - issue fixed for 2 weeks with no activity.