add emailer enabled to config, added todo since its a little wrong

This commit is contained in:
Bel LaPointe
2022-01-10 00:26:01 -05:00
parent 70f15434ff
commit f4c4e9cfbc
4 changed files with 8 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ type Config struct {
Cookie string
}
}
Emailer contact.Emailer
Emailer contact.Emailer
EmailerEnabled bool
lock sync.Mutex
db storage.DB