add working send email

This commit is contained in:
2026-01-01 15:31:22 +07:00
parent 46fdd77353
commit 7cd5113ef0
8 changed files with 3332 additions and 18 deletions

View File

@@ -16,16 +16,23 @@
"axios": "^1.13.2",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dompurify": "^3.3.1",
"ioredis": "^5.8.2",
"jsdom": "^27.4.0",
"next": "^14.2.35",
"nodemailer": "^7.0.12",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"validator": "^13.15.26"
},
"devDependencies": {
"@iconify/react": "^5.2.0",
"@types/jsdom": "^27.0.0",
"@types/node": "^20",
"@types/nodemailer": "^7.0.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/validator": "^13.15.10",
"add": "^2.0.6",
"eslint-config-next": "^16.0.10",
"postcss": "^8",