feat: set bulk email transactional to True (#35579)
This commit is contained in:
committed by
GitHub
parent
e352bf6027
commit
761bc5d159
@@ -12,3 +12,4 @@ class BulkEmail(BaseMessageType):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
self.options['from_address'] = kwargs['context']['from_address']
|
||||
self.options['transactional'] = True
|
||||
|
||||
Reference in New Issue
Block a user