Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
909d16c2
Commit
909d16c2
authored
May 28, 2021
by
jovuit
Committed by
Georg Krause
May 28, 2021
Browse files
Resolve "EMAIL_CONFIG not documented"
fixes
#1481
parent
1ef252e2
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
909d16c2
...
...
@@ -3298,12 +3298,12 @@ Email sending is disabled by default, as it requires additional configuration.
In this mode, emails are simply outputed on stdout.
If you want to actually send those emails to your users, you should edit your
.env file and tweak the EMAIL_CONFIG variable. See :
ref:`setting-
EMAIL_CONFIG`
.env file and tweak the
``
EMAIL_CONFIG
``
variable. See :
data:`EMAIL_CONFIG <config.settings.common.
EMAIL_CONFIG
>
`
for more details.
.. note::
As a result of these changes, the DJANGO_EMAIL_BACKEND variable,
As a result of these changes, the
``
DJANGO_EMAIL_BACKEND
``
variable,
which was not documented, has no effect anymore. You can safely remove it from
your .env file if it is set.
...
...
api/config/settings/common.py
View file @
909d16c2
This diff is collapsed.
Click to expand it.
changes/changelog.d/1481.doc
0 → 100644
View file @
909d16c2
Added email configuration to the documentation (#1481)
docs/admin/configuration.rst
View file @
909d16c2
...
...
@@ -163,6 +163,15 @@ Subsonic
.. autodata:: config.settings.common.SUBSONIC_DEFAULT_TRANSCODING_FORMAT
Email configuration
^^^^^^^^^^^^^^^^^^^
.. autodata:: config.settings.common.EMAIL_CONFIG
:annotation: = consolemail://
.. autodata:: config.settings.common.DEFAULT_FROM_EMAIL
:annotation: = Funkwhale <noreply@yourdomain>
.. autodata:: config.settings.common.EMAIL_SUBJECT_PREFIX
Other settings
^^^^^^^^^^^^^^
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment