feat(email): phase 6 — replace Resend with Brevo transactional email

Removes resend npm dependency. Adds lib/notifications/mailer.ts with a
raw-HTTP Brevo wrapper (sendEmail + sendPasswordResetEmail). All three
notification files updated to use the new wrapper.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-23 22:20:12 +08:00
co-authored by Claude Sonnet 4.6
parent 186c732ac0
commit d785d86636
6 changed files with 48 additions and 83 deletions
+1 -2
View File
@@ -25,8 +25,7 @@
"pdf-lib": "^1.17.1",
"pg": "^8.22.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"resend": "^6.17.2"
"react-dom": "^19.2.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",