Discussion Email Digest Configuration
Enable Receive Updates
These instructions will allow you to receive an email digest once a day notifying you about new, unread activity from posts you are following.
Instructions to configure the discussion to show the 'Recieve Updates' section.
Set the following flag in lms.yml and studio.yml.
vim /edx/etc/lms.yml
vim /edx/etc/studio.yml
Make the following changes in the files.
Add a flag under FEATURES in the following files:
FEATURES: ENABLE_FORUM_DAILY_DIGEST: true
Add these flags under FEATURES in lms.yml:
FEATURES: ENABLE_DISCUSSION_HOME_PANEL: true ENABLE_DISCUSSION_EMAIL_DIGEST: true
Enable Discussion Notifications
Sign in to the LMS Django administration console for your base URL. For example, http://{your_URL}/admin.
On the Site Administration page, locate Site_Configuration.
In the Site_Configuration section, next to Site configurations, select Change.
{ "enable_forum_notifications":true }
Select Save.
Restart the Server
sudo /edx/bin/supervisorctl restart all