echos-ocr/src/lib
Randall Stillwell bf47fd262c Replace nodemailer with Brevo HTTP API for transactional email
- Swap nodemailer SMTP transport for @getbrevo/brevo SDK, which uses
  HTTP with built-in retries (better for Vercel serverless)
- Add sendInvitationEmail function and wire it into the org invitations
  POST route so new invites trigger an email automatically
- Update .env.example with BREVO_API_KEY, EMAIL_FROM_NAME,
  EMAIL_FROM_ADDRESS replacing the old SMTP_* vars

Made-with: Cursor
2026-04-16 12:51:17 -05:00
..
integrations Add onboarding wizard, email verification, integration architecture, and settings restructure 2026-04-15 01:29:13 -05:00
activity-log.ts Add multi-user card review workflow with role-based access 2026-04-11 00:00:11 -05:00
ai-ocr.ts Restore row-click navigation, add image lightbox, refine OCR prompts 2026-04-08 21:10:45 -05:00
auth.ts Add SaaS foundation: Auth.js, dashboard shell, org model, auto-assignment 2026-04-14 23:59:38 -05:00
auto-assign.ts Add SaaS foundation: Auth.js, dashboard shell, org model, auto-assignment 2026-04-14 23:59:38 -05:00
db.ts Strip sslmode from connection string to fix TLS override 2026-04-16 00:08:47 -05:00
email-sender.ts Replace nodemailer with Brevo HTTP API for transactional email 2026-04-16 12:51:17 -05:00
email-watcher.ts Migrate to Vercel + Supabase + Upstash production stack 2026-04-15 23:51:44 -05:00
ftp-watcher.ts Migrate to Vercel + Supabase + Upstash production stack 2026-04-15 23:51:44 -05:00
integrations.ts Migrate to Vercel + Supabase + Upstash production stack 2026-04-15 23:51:44 -05:00
monday.ts Add First Time Guest Date and Salvation Date fields 2026-04-09 17:20:24 -05:00
notifications.ts Add multi-user card review workflow with role-based access 2026-04-11 00:00:11 -05:00
ocr.ts Migrate to Vercel + Supabase + Upstash production stack 2026-04-15 23:51:44 -05:00
ollama.ts Restore row-click navigation, add image lightbox, refine OCR prompts 2026-04-08 21:10:45 -05:00
pdf.ts Migrate to Vercel + Supabase + Upstash production stack 2026-04-15 23:51:44 -05:00
permissions.ts Add SaaS foundation: Auth.js, dashboard shell, org model, auto-assignment 2026-04-14 23:59:38 -05:00
processing-queue.ts Migrate to Vercel + Supabase + Upstash production stack 2026-04-15 23:51:44 -05:00
storage.ts Migrate to Vercel + Supabase + Upstash production stack 2026-04-15 23:51:44 -05:00
user-profile.tsx Add SaaS foundation: Auth.js, dashboard shell, org model, auto-assignment 2026-04-14 23:59:38 -05:00
utils.ts feat: initial commit 2026-03-09 15:31:45 -05:00
webhook.ts Add Integration Hub: Monday.com sync, webhooks, activity log, notifications 2026-04-07 12:23:29 -05:00