server: add option to use insecure SMTP connection

This commit is contained in:
Igor Rzegocki
2023-01-19 11:30:25 +01:00
committed by GitHub
parent 9018e6fa34
commit d722be8896
4 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ key_file = "/data/private_key"
#server="smtp.gmail.com"
## The SMTP port.
#port=587
## How the connection is encrypted, either "TLS" or "STARTTLS".
## How the connection is encrypted, either "NONE" (no encryption), "TLS" or "STARTTLS".
#smtp_encryption = "TLS"
## The SMTP user, usually your email address.
#user="sender@gmail.com"