mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
smtp: set default port to 587
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -448,7 +448,7 @@ func Init() {
|
||||
},
|
||||
SMTPConfig: smtp.Config{
|
||||
Host: "",
|
||||
Port: 25,
|
||||
Port: 587,
|
||||
From: "",
|
||||
User: "",
|
||||
Password: "",
|
||||
|
||||
Reference in New Issue
Block a user