Go to file
MBO-Tech-IT 1369e831ad feat: integrate email-system module (nodemailer + queue)
Adds lib/mailer.ts (sendeKontaktEmail, MBO-Tech-IT branding),
lib/email-queue.ts (Supabase-fallback, graceful no-op when not configured),
lib/supabase.ts (stub for later integration), admin API routes for
SMTP-test and queue management, and instrumentation.ts for the queue worker.
Excludes modules/ from TypeScript compilation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 14:56:36 +02:00
app feat: integrate email-system module (nodemailer + queue) 2026-04-26 14:56:36 +02:00
components Fix TS2503: replace JSX.Element with ReactElement in DataSovereignty 2026-04-02 01:34:06 +02:00
docs/superpowers chore: initial commit before website expansion 2026-04-02 01:11:27 +02:00
hooks fix: cancel nested setTimeout in useTypewriter, add empty words guard 2026-04-02 01:19:27 +02:00
lib feat: integrate email-system module (nodemailer + queue) 2026-04-26 14:56:36 +02:00
.gitignore chore: initial commit before website expansion 2026-04-02 01:11:27 +02:00
CLAUDE.md docs: add CLAUDE.md with architecture and dev commands 2026-04-02 01:35:51 +02:00
Dockerfile fix: remove non-existent public directory from Dockerfile 2026-04-26 14:00:48 +02:00
docker-compose.yaml Docker Image erstellt 2026-04-26 13:14:15 +02:00
instrumentation.ts feat: integrate email-system module (nodemailer + queue) 2026-04-26 14:56:36 +02:00
next-env.d.ts chore: initial commit before website expansion 2026-04-02 01:11:27 +02:00
next.config.ts Docker Image erstellt 2026-04-26 13:14:15 +02:00
package-lock.json feat: integrate email-system module (nodemailer + queue) 2026-04-26 14:56:36 +02:00
package.json feat: integrate email-system module (nodemailer + queue) 2026-04-26 14:56:36 +02:00
postcss.config.mjs chore: initial commit before website expansion 2026-04-02 01:11:27 +02:00
skills-lock.json chore: initial commit before website expansion 2026-04-02 01:11:27 +02:00
tailwind.config.ts chore: initial commit before website expansion 2026-04-02 01:11:27 +02:00
tsconfig.json feat: integrate email-system module (nodemailer + queue) 2026-04-26 14:56:36 +02:00
tsconfig.tsbuildinfo Docker Image erstellt 2026-04-26 13:14:15 +02:00