add config options for mail encryption and authentication

This commit is contained in:
Willy Kloucek
2022-08-23 14:29:04 +02:00
parent cb2822b8b7
commit faa7d3b647
5 changed files with 80 additions and 19 deletions

View File

@@ -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",