Send RSVP confirmation emails via Resend

This commit is contained in:
Ian Gulliver
2026-01-03 21:39:24 -08:00
parent acb98238d7
commit ef0198ed01
3 changed files with 72 additions and 0 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.24.0
require (
github.com/lib/pq v1.10.9
github.com/resend/resend-go/v2 v2.28.0
github.com/stripe/stripe-go/v76 v76.25.0
google.golang.org/api v0.258.0
)