mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
add config options for mail encryption and authentication
This commit is contained in:
@@ -24,9 +24,11 @@ func DefaultConfig() *config.Config {
|
||||
},
|
||||
Notifications: config.Notifications{
|
||||
SMTP: config.SMTP{
|
||||
Host: "",
|
||||
Port: 1025,
|
||||
Sender: "noreply@example.com",
|
||||
Host: "",
|
||||
Port: 1025,
|
||||
Sender: "ownCloud <noreply@example.com>",
|
||||
Authentication: "none",
|
||||
Encryption: "none",
|
||||
},
|
||||
Events: config.Events{
|
||||
Endpoint: "127.0.0.1:9233",
|
||||
|
||||
Reference in New Issue
Block a user