From ef86d004d3322345d76afeefdfb9ff639b01d499 Mon Sep 17 00:00:00 2001 From: pavanhalesh Date: Tue, 23 Sep 2025 09:48:49 +0000 Subject: [PATCH] feat: update default email setting for new_instructor_all_learners_post notification in staging --- openedx/core/djangoapps/notifications/base_notification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/notifications/base_notification.py b/openedx/core/djangoapps/notifications/base_notification.py index 5264053ace5a..7e51923f4ace 100644 --- a/openedx/core/djangoapps/notifications/base_notification.py +++ b/openedx/core/djangoapps/notifications/base_notification.py @@ -236,7 +236,7 @@ 'is_core': False, 'info': '', 'web': True, - 'email': False, + 'email': True, 'email_cadence': EmailCadence.DAILY, 'push': False, 'non_editable': ['push'],