feat: added a policy to prevent sending ace messages to disabled users (#36584)
This commit is contained in:
committed by
GitHub
parent
725234815f
commit
47a920d5b9
@@ -16,3 +16,4 @@ class EmailNotificationMessageType(MessageType):
|
||||
super().__init__(*args, **kwargs)
|
||||
self.options['transactional'] = True
|
||||
self.options['from_address'] = settings.NOTIFICATIONS_DEFAULT_FROM_EMAIL
|
||||
self.options['skip_disable_user_policy'] = True
|
||||
|
||||
Reference in New Issue
Block a user