cleanup and add a few stuff for http

This commit is contained in:
shoopea
2024-11-17 15:14:36 +01:00
parent 26c324c43c
commit e1806fd27a
14 changed files with 123 additions and 114 deletions

View File

@@ -6,7 +6,6 @@ import (
"net/smtp"
"sort"
"strings"
"sync"
"time"
log "github.com/sirupsen/logrus"
@@ -15,7 +14,6 @@ import (
type Email struct {
startTime time.Time
items []string
mx sync.Mutex
}
type EmailConfig struct {