Skip to content

expose SMTP server settings #78

@luto

Description

@luto

dino tries to send PW reset and mail confirmation emails, but there is no way to set an SMTP server.

  • expose the following django settings:
    • EMAIL_HOST
    • EMAIL_HOST_USER
    • EMAIL_HOST_PASSWORD
    • EMAIL_PORT
    • EMAIL_USE_TLS
    • EMAIL_USE_SSL
  • set EMAIL_BACKEND to console.EmailBackend, if in DEBUG mode, otherwise leave the default SMTP backend

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions