feat: implement email sending functionality with nodemailer; add contact form handling and success/error notifications

This commit is contained in:
2025-02-04 21:12:13 +01:00
parent 2c9f69dcac
commit 05f879d226
7 changed files with 199 additions and 22 deletions

View File

@@ -11,13 +11,15 @@
"dependencies": {
"@prisma/client": "^6.1.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"@vercel/og": "^0.6.5",
"react-cookie-consent": "^9.0.0",
"@vercel/speed-insights": "^1.1.0",
"dotenv": "^16.4.7",
"gray-matter": "^4.0.3",
"next": "15.1.3",
"nodemailer": "^6.10.0",
"prisma": "^6.1.0",
"react": "^19.0.0",
"react-cookie-consent": "^9.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.3",
"rehype-raw": "^7.0.0",
@@ -26,6 +28,7 @@
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",