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 = [
|
||||
'' => $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 New Issue