This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#764
from phsmit/fix_mailer
Remove standard mailer port lines
for-closed-social
无闻
10 years ago
parent
b231b8c927
007cf33e88
commit
e6e2cf7855
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
modules/mailer/mailer.go
+ 0
- 4
modules/mailer/mailer.go
View File
@ -73,10 +73,6 @@ func sendMail(settings *setting.Mailer, from string, recipients []string, msgCon
return
err
}
if
len
(
port
)
==
0
{
port
=
"587"
}
tlsconfig
:=
&
tls
.
Config
{
InsecureSkipVerify
:
settings
.
SkipVerify
,
ServerName
:
host
,
Write
Preview
Loading…
Cancel
Save