mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
switch to different mail lib to add insecure flag
This commit is contained in:
@@ -24,8 +24,8 @@ func DefaultConfig() *config.Config {
|
||||
},
|
||||
Notifications: config.Notifications{
|
||||
SMTP: config.SMTP{
|
||||
Host: "127.0.0.1",
|
||||
Port: "1025",
|
||||
Host: "",
|
||||
Port: 1025,
|
||||
Sender: "noreply@example.com",
|
||||
},
|
||||
Events: config.Events{
|
||||
|
||||
Reference in New Issue
Block a user