mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
- Add support for local SMTP
- Ignore venv in flake8
This commit is contained in:
parent
3228f046e2
commit
ce9b2cf5d2
5 changed files with 143 additions and 19 deletions
|
@ -1548,15 +1548,27 @@ Port to connect to SMTP server.
|
|||
|
||||
Default:
|
||||
|
||||
##### smtp_security
|
||||
|
||||
Use encryption on the SMTP connection. none, tls, starttls
|
||||
|
||||
Default: none
|
||||
|
||||
##### smtp_ssl_verify_mode
|
||||
|
||||
The certificate verification mode. Works for tls and starttls. NONE, OPTIONAL or REQUIRED
|
||||
|
||||
Default: REQUIRED
|
||||
|
||||
##### smtp_username
|
||||
|
||||
Username to authenticate with SMTP server.
|
||||
Username to authenticate with SMTP server. Leave empty to disable authentication (e.g. using local mail server).
|
||||
|
||||
Default:
|
||||
|
||||
##### smtp_password
|
||||
|
||||
Password to authenticate with SMTP server.
|
||||
Password to authenticate with SMTP server. Leave empty to disable authentication (e.g. using local mail server).
|
||||
|
||||
Default:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue