mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Fix misleading SSL/TLS SMTP email configuration
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
5fc4d45409
commit
be28a9e5f0
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,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