mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 06:10:54 +03:00
smtp: set default port to 587
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -404,7 +404,7 @@
|
||||
},
|
||||
"smtp": {
|
||||
"host": "",
|
||||
"port": 25,
|
||||
"port": 587,
|
||||
"from": "",
|
||||
"user": "",
|
||||
"password": "",
|
||||
|
||||
Reference in New Issue
Block a user