feat: mailer internal, templates, bruno cleanup, create user, send welcome mail, mailtrap

This commit is contained in:
2026-03-26 09:46:32 +01:00
parent 095f7aabeb
commit bedc010584
16 changed files with 311 additions and 4 deletions
+5
View File
@@ -9,3 +9,8 @@ require (
golang.org/x/crypto v0.49.0
golang.org/x/time v0.15.0
)
require (
github.com/go-mail/mail/v2 v2.3.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
)