From bba05266c6ce888b5cb7ecdc760c0cc882709ed2 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sun, 6 Oct 2019 01:28:34 +0200 Subject: [PATCH] README: Mention how to enable STARTTLS This was non-obvious, I assumed the value would be `starttls`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85f4409c..b4c3a074 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ The use of Redis is recommended to prevent file locking problems. See the exampl To use a external SMTP server you have to provide the conection details. To configure Nextcloud to use SMTP add: - `SMTP_HOST` (not set by default) hostname of the SMTP server -- `SMTP_SECURE` (empty by default) set to 'ssl' to use SSL on the connection. +- `SMTP_SECURE` (empty by default) set to 'ssl' to use SSL on the connection, or 'tls' for STARTTLS. - `SMTP_PORT` (default: _465_ for SSL and _25_ for non-secure connection) Optional port for SMTP connection. - `SMTP_AUTHTYPE` (default: _LOGIN_) The method used for authentication. - `SMTP_NAME` (empty by default) Username for the authentication.