Release 0.18
Notification System
Notification System - 2 items delivered in v0.18
What Was Delivered
-
Add BCC for all notification templates. If a BCC is available, then add the email in BCC to the email. Add an email field called BCC. When the notificaiton is being sent, then, add the value inside BCC as a BCC to the Email object. $template = $this->getTemplate('some-template-slug'); $this->sendEmail([…], $template->getBcc()); Make the BCC field comma separated so that more than one email can be entered.
-
Enable all notifications [redacted]
Impact
Enhanced notification accuracy and delivery, ensuring stakeholders receive timely alerts on project activities.