Skip to content

Commit

Permalink
Fix misleading SSL/TLS SMTP email configuration (#26447)
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRancor authored and DeepDiver1975 committed Oct 24, 2016
1 parent 5c06ff2 commit da79d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings/templates/admin.php
Expand Up @@ -34,8 +34,8 @@

$mail_smtpsecure = [
'' => $l->t('None'),
'ssl' => $l->t('SSL'),
'tls' => $l->t('TLS'),
'ssl' => $l->t('SSL/TLS'),
'tls' => $l->t('STARTTLS'),
];

$mail_smtpmode = [
Expand Down

0 comments on commit da79d9a

Please sign in to comment.