Skip to content

Commit 5746ed6

Browse files
authored
Merge pull request #10650 from nextcloud/backport/10643/stable27
[stable27] fix confusion around mail settings and improve layout a bit
2 parents d40500f + cbe0fc5 commit 5746ed6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

admin_manual/configuration_server/email_configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ connect Nextcloud to a remote SMTP server:
4141

4242
.. warning:: There were changes to the 3rd party mailer library in Nextcloud 26:
4343

44-
* STARTTLS cannot be enforced. It will be used automatically if the mail server supports it. The encryption type should be set to 'None' in this case. See :ref:`here<TLSPeerVerification>` for an example on how to configure self signed certificates.
44+
* STARTTLS cannot be enforced. It will be used automatically if the mail server supports it. The encryption type should be set to 'None/STARTTLS' in this case. See :ref:`here<TLSPeerVerification>` for an example on how to configure self signed certificates.
4545
* NTLM authentication for Microsoft Exchange is not supported by the new mailer library
4646

47-
* Encryption type: None or SSL/TLS
47+
* Encryption type: None/STARTTLS or SSL
4848

4949
* The From address you want your outgoing Nextcloud mails to use
5050

5151
* Whether authentication is required
5252

53-
* Authentication method (``Login`` is a placeholder): when authentication is required, the underlying mailer will try the following authentication methods in the order they're listed:
53+
* Authentication: when authentication is required, the underlying mailer will try the following authentication methods in the order they're listed:
5454

5555
* CramMd5
5656
* Login
43.1 KB
Loading

0 commit comments

Comments
 (0)