0

In the Instructor Dashboard of our OpenEdX, the Mail tab is missing. This allows bulk mailing to OpenEdx participants.

enter image description here

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})

But I didnt find any meaningful instances of it elsewhere.

Hugo LOPEZ
  • 605
  • 8
  • 21

1 Answers1

1

The way you [configure bulk email has changed] in 2016. As of 2018, see 6.2. Changing the Bulk Email Setting : http://edx.readthedocs.io/projects/open-edx-release-notes/en/latest/bulk_email.html

On http://{your_URL}/admin > Bulk email flags > Add > Set it such :

enter image description here

And then : enter image description here

Hugo LOPEZ
  • 605
  • 8
  • 21