feat: phase 6: email sending implemented.

This commit is contained in:
Yusuf İpek
2025-12-27 14:42:56 +03:00
parent 226935e67d
commit 1c91a1fe9d
10 changed files with 389 additions and 89 deletions
+2
View File
@@ -21,6 +21,7 @@
"lucide-react": "^0.562.0",
"next": "^16.1.1",
"next-auth": "^4.24.13",
"nodemailer": "^7.0.12",
"pg": "^8.16.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
@@ -31,6 +32,7 @@
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20.19.27",
"@types/nodemailer": "^7.0.4",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",