Fix misleading SSL/TLS SMTP email configuration

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2016-10-24 11:34:30 +02:00 committed by Morris Jobke
parent 5fc4d45409
commit be28a9e5f0
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [