This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Settings does not respect DEFAULT_FROM_EMAIL
#676
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟥 priority: critical
Must be addressed ASAP
🔧 tech: django
Requires familiarity with Django
🐍 tech: python
Requires familiarity with Python
Description
We recently tried setting the
DEFAULT_FROM_EMAIL
1 in the environment for the API, but thesettings.py
file doesn't make use of it. We need to add some logic to thesettings.py
file to allow the default to be overridden.Additional context
Blocks the resolution of #506
Resolution
Footnotes
https://docs.djangoproject.com/en/4.0/ref/settings/#std:setting-DEFAULT_FROM_EMAIL ↩
The text was updated successfully, but these errors were encountered: