0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00

Added a link to the file email backend from EMAIL_FILE_PATH setting.

This commit is contained in:
Jon Dufresne 2019-11-05 23:24:49 -08:00 committed by Carlton Gibson
parent 1c4c68dfed
commit c8debd5061

View File

@ -1280,7 +1280,8 @@ The backend to use for sending emails. For the list of available backends see
Default: Not defined
The directory used by the ``file`` email backend to store output files.
The directory used by the :ref:`file email backend <topic-email-file-backend>`
to store output files.
.. setting:: EMAIL_HOST