How to receiving Daily Digests

I want to receiving Email Notifications. But it doesn’t set.
I didn’t find this page in the discussion board. Does it need to appear after system Settings?

Check out the value of this Feature flag on your instance: ENABLE_DISCUSSION_HOME_PANEL

It should be True.

2 Likes

Thank you, jramnai. I’m not familiar with it. Where can I set it?

It should go in lms.env.json and cms.env.json (usually in the /edx/app/edxapp/ directory. (These have been renamed to /edx/etc/lms.yml and /edx/etc/studio.yml on master.) Look for the FEATURES section in the config:

"FEATURES": {
    ...
    "ENABLE_DISCUSSION_HOME_PANEL": true,
    ...
}
2 Likes