everywhere: add email notifications
This commit is contained in:
@@ -31,7 +31,12 @@ Subject: {{.Subject}}
|
||||
return errorMalformedTemplate
|
||||
}
|
||||
|
||||
names := []string{"confirm-hex", "reset-hex", "domain-export", "domain-export-error"}
|
||||
names := []string{
|
||||
"confirm-hex",
|
||||
"reset-hex",
|
||||
"domain-export",
|
||||
"domain-export-error",
|
||||
}
|
||||
|
||||
templates = make(map[string]*template.Template)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user