In the Instructor Dashboard
of our OpenEdX, the Mail
tab is missing. This allows bulk mailing to OpenEdx participants.
How to enable the Instructor Dashboard
> Mail
functionality ?
Edit: I though is would be a parameter in /lms/envs/common.py but it doesn't seems to be there. I noticed the test ./lms/djangoapps/bulk_email/tests/test_email.py#L198 with :
@patch.dict(settings.FEATURES, {'ENABLE_INSTRUCTOR_EMAIL': True, 'REQUIRE_COURSE_EMAIL_AUTH': False})