We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c437f0a commit b94ec75Copy full SHA for b94ec75
internal/config/config.go
@@ -448,7 +448,7 @@ func Init() {
448
},
449
SMTPConfig: smtp.Config{
450
Host: "",
451
- Port: 25,
+ Port: 587,
452
From: "",
453
User: "",
454
Password: "",
sftpgo.json
@@ -404,7 +404,7 @@
404
405
"smtp": {
406
"host": "",
407
- "port": 25,
+ "port": 587,
408
"from": "",
409
"user": "",
410
"password": "",
0 commit comments