Documentation for missing DEFAULT_FROM_EMAIL setting

This commit is contained in:
Eliot Berriot 2018-05-06 16:23:23 +02:00
commit 82f5dc20f3
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 30 additions and 11 deletions

View file

@ -56,6 +56,20 @@ Possible values:
- ``smtp+ssl://user:password@youremail.host:465``: Send emails via SMTP via youremail.host on port 465, using SSL encryption, authenticating as user "user" with password "password"
- ``smtp+tls://user:password@youremail.host:587``: Send emails via SMTP via youremail.host on port 587, using TLS encryption, authenticating as user "user" with password "password"
.. _setting-DEFAULT_FROM_EMAIL:
``DEFAULT_FROM_EMAIL``
^^^^^^^^^^^^^^^^^^^^^^
The email address to use to send email.
Default: ``Funkwhale <noreply@yourdomain>``
.. note::
Both the forms ``Funkwhale <noreply@yourdomain>`` and
``noreply@yourdomain`` work.
.. _setting-MUSIC_DIRECTORY_PATH: