Skip to content

Commit 72eb5d1

Browse files
authored
Merge pull request #2455 from nextcloud/stable9-1872
[stable9] Fix misleading SSL/TLS SMTP email configuration
2 parents 9965df7 + be28a9e commit 72eb5d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings/templates/admin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434

3535
$mail_smtpsecure = [
3636
'' => $l->t('None'),
37-
'ssl' => $l->t('SSL'),
38-
'tls' => $l->t('TLS'),
37+
'ssl' => $l->t('SSL/TLS'),
38+
'tls' => $l->t('STARTTLS'),
3939
];
4040

4141
$mail_smtpmode = [

0 commit comments

Comments
 (0)