- Issue created by @mdranove
Website with content moderation notifications sent out on node save. Site takes a long time to send the emails out as there's often a long list of notification recipients associated with each content moderation action (group email address not an option for business reasons).
Had idea to store the emails in mail safety dashboard, then send out on a hook cron. Simplest way is through module directly by modifying mail_safety_mail_alter() to check the module name and only apply it's email blocking actions if the module name != 'mail_safety_cron'.
Checkbox on module settings config page.
Active
2.0
Code