switch to different mail lib to add insecure flag

This commit is contained in:
Willy Kloucek
2022-07-25 16:22:27 +02:00
parent 589a047471
commit 26d50b5623
5 changed files with 50 additions and 11 deletions

View File

@@ -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{