API - allow EMAIL_URL without authentication - fix #127
This commit is contained in:
@ -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
|
||||
^^^^^^^^^^^^^^^
|
||||
|
Reference in New Issue
Block a user