site-mva-global-fret/cloudflare-worker
MVA Global Fret 82bc8ba358 Switch from Resend to Brevo for transactional emails
Resend requires a verified domain to send to arbitrary recipients —
mvaglobalfret.com isn't registered. Brevo accepts single-sender
verification on a free email address, so we can send from
mvaglobalfret@gmail.com without owning a domain.

- Worker: replace resendSend() with brevoSend() (api.brevo.com/v3/smtp/email)
- Env vars: BREVO_API_KEY, BREVO_SENDER_EMAIL, BREVO_SENDER_NAME
- Update comments in confirmation.js and form-handler.js

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 12:26:50 +02:00
..
DEPLOIEMENT.md Worker: cron post-confirmation pour envoyer le welcome email après opt-in 2026-05-05 23:24:26 +02:00
hubspot-proxy.js Switch from Resend to Brevo for transactional emails 2026-05-06 12:26:50 +02:00