You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin_manual/configuration_server/email_configuration.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,16 @@ connect Nextcloud to a remote SMTP server:
37
37
38
38
.. warning:: There were changes to the 3rd party mailer library in Nextcloud 26:
39
39
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.
41
41
* NTLM authentication for Microsoft Exchange is not supported by the new mailer library
42
42
43
-
* Encryption type: None or SSL/TLS
43
+
* Encryption type: None/STARTTLS or SSL
44
44
45
45
* The From address you want your outgoing Nextcloud mails to use
46
46
47
47
* Whether authentication is required
48
48
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:
0 commit comments