docs: Update the docker config template to add smtp_encryption

This commit is contained in:
Valentin Tolmer 2022-08-01 08:28:37 +02:00 committed by nitnelave
parent 3e3c9b97ae
commit 9f70910283
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ key_file = "/data/private_key"
#server="smtp.gmail.com"
## The SMTP port.
#port=587
## Whether to connect with TLS.
#tls_required=true
## How the connection is encrypted, either "TLS" or "STARTTLS".
#smtp_encryption = "TLS"
## The SMTP user, usually your email address.
#user="sender@gmail.com"
## The SMTP password.