Skip to content
Snippets Groups Projects
Commit 909d16c2 authored by jovuit's avatar jovuit Committed by Georg Krause
Browse files

Resolve "EMAIL_CONFIG not documented"

fixes #1481
parent 1ef252e2
No related branches found
No related tags found
No related merge requests found
...@@ -3298,12 +3298,12 @@ Email sending is disabled by default, as it requires additional configuration. ...@@ -3298,12 +3298,12 @@ Email sending is disabled by default, as it requires additional configuration.
In this mode, emails are simply outputed on stdout. In this mode, emails are simply outputed on stdout.
If you want to actually send those emails to your users, you should edit your 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. for more details.
.. note:: .. 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 which was not documented, has no effect anymore. You can safely remove it from
your .env file if it is set. your .env file if it is set.
......
This diff is collapsed.
Added email configuration to the documentation (#1481)
...@@ -163,6 +163,15 @@ Subsonic ...@@ -163,6 +163,15 @@ Subsonic
.. autodata:: config.settings.common.SUBSONIC_DEFAULT_TRANSCODING_FORMAT .. 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 Other settings
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment