Browse Source
Fix misleading SSL/TLS SMTP email configuration
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/1872/head
Joas Schilling
10 years ago
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with
2 additions and
2 deletions
-
settings/templates/admin/additional-mail.php
|
|
|
@ -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 = [ |
|
|
|
|