Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
da79d9af
Commit
da79d9af
authored
Oct 24, 2016
by
RealRancor
Committed by
Thomas Müller
Oct 24, 2016
Browse files
Fix misleading SSL/TLS SMTP email configuration (#26447)
parent
5c06ff2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/templates/admin.php
View file @
da79d9af
...
...
@@ -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
(
'
START
TLS'
),
];
$mail_smtpmode
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment