Skip to content

Commit

Permalink
feat(#55): Enable sending account deletion emails through brevo npm p…
Browse files Browse the repository at this point in the history
…ackage
  • Loading branch information
jcreek committed Oct 29, 2024
1 parent c486533 commit 464f365
Show file tree
Hide file tree
Showing 5 changed files with 357 additions and 13 deletions.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ PUBLIC_SUPABASE_ANON_KEY=""
SUPABASE_SERVICE_ROLE_KEY=""
STRIPE_SECRET_KEY=""
STRIPE_ENDPOINT_SECRET=""
VITE_PRODUCT_ID_EXAMPLEPRODUCT=""
VITE_PRODUCT_ID_EXAMPLEPRODUCT=""
VITE_BREVO_API_KEY=""
VITE_BREVO_SENDER_EMAIL="noreply@example.com"
VITE_BREVO_SENDER_NAME="No Reply"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"type": "module",
"dependencies": {
"@getbrevo/brevo": "^2.2.0",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.2",
"stripe": "^15.4.0",
Expand Down
Loading

0 comments on commit 464f365

Please sign in to comment.