Add SMTP send flow for approved outreach

This commit is contained in:
Matthias
2026-06-05 21:05:59 +02:00
parent 42a3ea64a5
commit b2f7348ef0
10 changed files with 1531 additions and 56 deletions

View File

@@ -22,6 +22,7 @@
"convex": "^1.40.0",
"lucide-react": "^1.17.0",
"next": "16.2.7",
"nodemailer": "^8.0.10",
"playwright-core": "^1.60.0",
"radix-ui": "^1.4.3",
"react": "19.2.4",
@@ -35,6 +36,7 @@
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/nodemailer": "^8.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",