fixed up password reminder E-mail generation (and E-mail generation in general)

This commit is contained in:
2025-10-08 14:33:45 -06:00
parent e657e13509
commit 05dc2aa448
7 changed files with 23 additions and 10 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ func AmNewEmailMessage(sender int32, ip string) Message {
rc := freeMessages.Get()
if rc == nil {
rc = &amMessage{to: make([]string, 0), cc: make([]string, 0), bcc: make([]string, 0),
headers: make(map[string]string)}
headers: make(map[string]string), vars: make(jet.VarMap)}
}
rc.uid = sender
rc.ip = ip