Skip to content

Commit

Permalink
Used more specific link to email backends in EMAIL_BACKEND docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon authored Jan 16, 2024
1 parent 0fcee16 commit 1592f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ This is only used if ``CommonMiddleware`` is installed (see
Default: ``'``:class:`django.core.mail.backends.smtp.EmailBackend`\ ``'``

The backend to use for sending emails. For the list of available backends see
:doc:`/topics/email`.
:ref:`topic-email-backends`.

.. setting:: EMAIL_FILE_PATH

Expand Down

0 comments on commit 1592f0a

Please sign in to comment.