You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2020. It is now read-only.
This issue concerns Notifier on open-release/ginkgo.master. (Native install on Ubuntu Server 16.04).
I could not make Notifier work until I dig in the code and did a tiny change as follows
In the env file
nano /edx/app/notifier/notifier_env
set the value
export EMAIL_BACKEND="django.core.mail.backends.smtp.EmailBackend"
In settings file
nano /edx/app/notifier/src/notifier/settings.py
erased the whole EMAIL_BACKEND block, and changed the value to
EMAIL_BACKEND="django.core.mail.backends.smtp.EmailBackend"