Skip to content
This repository was archived by the owner on Nov 11, 2020. It is now read-only.
This repository was archived by the owner on Nov 11, 2020. It is now read-only.

smtp is not picked up rather console is used (found in both settings.py and notifier_env) #55

@l1ph0x

Description

@l1ph0x

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

  1. In the env file
    nano /edx/app/notifier/notifier_env
    set the value
    export EMAIL_BACKEND="django.core.mail.backends.smtp.EmailBackend"

  2. 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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions