We had decided to enable notifications feature enabled by default, including email.
According to codex, here are the defaults for email for Verawood.
notifications.disable_email_notifications = False
SHOW_EMAIL_CHANNEL = False
This means that emails will be sent by default and learners will have no way to control them because they won't be able to see email toggles.
We need to change default value of SHOW_EMAIL_CHANNEL to True.
Below is a screenshot from Verawood testing sandbox where nothing has been changed in terms of notifications. So what we are seeing is default UI. Notice that the email toggle is missing.

We had decided to enable notifications feature enabled by default, including email.
According to codex, here are the defaults for email for Verawood.
notifications.disable_email_notifications= FalseSHOW_EMAIL_CHANNEL= FalseThis means that emails will be sent by default and learners will have no way to control them because they won't be able to see email toggles.
We need to change default value of
SHOW_EMAIL_CHANNELto True.Below is a screenshot from Verawood testing sandbox where nothing has been changed in terms of notifications. So what we are seeing is default UI. Notice that the email toggle is missing.