Skip to content

Commit

Permalink
feat: set bulk email transactional to True (#35579)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadadeeltajamul authored Oct 2, 2024
1 parent e352bf6 commit 761bc5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/djangoapps/bulk_email/message_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 761bc5d

Please sign in to comment.