feat: add contact form API with Discord webhook, rate limiting, and anti-bot checks

This commit is contained in:
2026-04-28 02:04:25 +08:00
parent a36c5c2510
commit b1cdfae6b7
4 changed files with 200 additions and 1 deletions
+7 -1
View File
@@ -74,4 +74,10 @@ RP_NAME="DeckyVault"
RESEND_API_KEY=""
# Email sender address
EMAIL_FROM="DeckyVault <noreply@deckyvault.xyz>"
EMAIL_FROM="DeckyVault <noreply@deckyvault.xyz>"
# -----------------------------------------------------------------------------
# CONTACT FORM
# -----------------------------------------------------------------------------
# Discord webhook URL for contact/report submissions
DISCORD_WEBHOOK_URL=""