Enhance project functionality: add email template, implement email sending, and improve table management routes

The table management in the database does currently not work
This commit is contained in:
Jonas Hahn
2025-08-25 16:43:24 +02:00
parent f5e5d5632d
commit a1cba9c4eb
10 changed files with 230 additions and 10 deletions

8
other/email.txt Normal file
View File

@@ -0,0 +1,8 @@
Hi {{ .Name }},
Welcome to QRank! Please confirm your login by clicking this link:
{{ .Token }}
Thanks,
The QRank Team