feat: set bulk email transactional to True (#35579)

This commit is contained in:
Muhammad Adeel Tajamul
2024-10-02 18:34:47 +05:00
committed by GitHub
parent e352bf6027
commit 761bc5d159

View File

@@ -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