parent
1ef252e29d
commit
909d16c2f0
4 changed files with 143 additions and 91 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue