Skip to content

Commit a4638e4

Browse files
authored
Merge pull request #10651 from nextcloud/backport/10643/stable26
[stable26] fix confusion around mail settings and improve layout a bit
2 parents 43522fb + 16c435f commit a4638e4

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
@@ -37,16 +37,16 @@ connect Nextcloud to a remote SMTP server:
3737

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

40-
* 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.
40+
* 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.
4141
* NTLM authentication for Microsoft Exchange is not supported by the new mailer library
4242

43-
* Encryption type: None or SSL/TLS
43+
* Encryption type: None/STARTTLS or SSL
4444

4545
* The From address you want your outgoing Nextcloud mails to use
4646

4747
* Whether authentication is required
4848

49-
* 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:
49+
* Authentication: when authentication is required, the underlying mailer will try the following authentication methods in the order they're listed:
5050

5151
* CramMd5
5252
* Login
43.1 KB
Loading

0 commit comments

Comments
 (0)