fix: update bulk email created event data (#35412)
This commit is contained in:
committed by
GitHub
parent
4a12de7851
commit
dd3a7aad8d
@@ -472,7 +472,7 @@ def _send_course_email(entry_id, email_id, to_list, global_email_context, subtas
|
||||
'edx.bulk_email.created',
|
||||
{
|
||||
'course_id': str(course_email.course_id),
|
||||
'to_list': to_list,
|
||||
'to_list': [user_obj.get('email', '') for user_obj in to_list],
|
||||
'total_recipients': total_recipients,
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user