Added SMTP & Ntfy Notification providers

This commit is contained in:
headlesdev
2025-05-28 12:26:59 +02:00
parent 480a0578a4
commit c4da6d45f5
3 changed files with 61 additions and 9 deletions

View File

@@ -3,3 +3,8 @@ module github.com/crocofied/CoreControl
go 1.24.3
require github.com/lib/pq v1.10.9
require (
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
)