feat: add email verification

This commit is contained in:
qixinbo
2026-03-29 17:12:46 +08:00
parent 320817e6db
commit 551898c19b
16 changed files with 344 additions and 15 deletions
+8
View File
@@ -0,0 +1,8 @@
# SMTP Configuration for Email Verification
SMTP_HOST=smtp.qq.com
SMTP_PORT=465
SMTP_USER=your_qq_email@qq.com
SMTP_PASSWORD=your_16_digit_auth_code
# Frontend URL for the verification link
FRONTEND_URL=http://localhost:5173