chore: update notification template

This commit is contained in:
2024-12-07 16:50:08 +01:00
parent f7989a865d
commit 5cca957009
7 changed files with 148 additions and 35 deletions

View File

@@ -50,6 +50,7 @@ type ErrorMessage struct {
EndTime string
Error string
BackupReference string
DatabaseName string
}
// loadMailConfig gets mail environment variables and returns MailConfig
@@ -81,3 +82,5 @@ func backupReference() string {
}
const templatePath = "/config/templates"
var DatabaseName = ""