Fix misleading SSL/TLS SMTP email configuration
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
1c4a1b8807
commit
ff7cb2f16a
|
@ -33,8 +33,8 @@ $mail_smtpauthtype = [
|
||||||
|
|
||||||
$mail_smtpsecure = [
|
$mail_smtpsecure = [
|
||||||
'' => $l->t('None'),
|
'' => $l->t('None'),
|
||||||
'ssl' => $l->t('SSL'),
|
'ssl' => $l->t('SSL/TLS'),
|
||||||
'tls' => $l->t('TLS'),
|
'tls' => $l->t('STARTTLS'),
|
||||||
];
|
];
|
||||||
|
|
||||||
$mail_smtpmode = [
|
$mail_smtpmode = [
|
||||||
|
|
Loading…
Reference in New Issue