feat: added sender in bulk_email event (#35504)

This commit is contained in:
Muhammad Adeel Tajamul
2024-09-23 01:35:49 -07:00
committed by GitHub
parent c71414a247
commit 4cd36d85b5

View File

@@ -474,6 +474,7 @@ def _send_course_email(entry_id, email_id, to_list, global_email_context, subtas
'course_id': str(course_email.course_id),
'to_list': [user_obj.get('email', '') for user_obj in to_list],
'total_recipients': total_recipients,
'ace_enabled_for_bulk_email': is_bulk_email_edx_ace_enabled(),
}
)
# Exclude optouts (if not a retry):