API - allow EMAIL_URL without authentication - fix #127

This commit is contained in:
Sam
2022-01-01 11:04:08 +01:00
parent 9e683653d8
commit 33fde0394a
10 changed files with 62 additions and 8 deletions

View File

@ -209,6 +209,9 @@ To send emails, a valid ``EMAIL_URL`` must be provided:
- with SSL: ``smtp://username:password@smtp.example.com:465/?ssl=True``
- with STARTTLS: ``smtp://username:password@smtp.example.com:587/?tls=True``
.. versionadded:: 0.5.3
Credentials can be omitted: ``smtp://smtp.example.com:25``
Map tile server
^^^^^^^^^^^^^^^