mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Fix misleading SSL/TLS SMTP email configuration
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
1c4a1b8807
commit
ff7cb2f16a
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ $mail_smtpauthtype = [
|
|||
|
||||
$mail_smtpsecure = [
|
||||
'' => $l->t('None'),
|
||||
'ssl' => $l->t('SSL'),
|
||||
'tls' => $l->t('TLS'),
|
||||
'ssl' => $l->t('SSL/TLS'),
|
||||
'tls' => $l->t('STARTTLS'),
|
||||
];
|
||||
|
||||
$mail_smtpmode = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue