Add Resend contact sync for contact form submissions

This commit is contained in:
nmemmert
2026-04-09 15:54:53 -04:00
parent 2653d95605
commit 3a9d11cf40
2 changed files with 49 additions and 0 deletions
+4
View File
@@ -10,6 +10,10 @@ RESEND_API_KEY=re_your_api_key_here
# Email address that receives contact form submissions
RESEND_TO=vbvwithnate@outlook.com
# Optional: automatically add contact form submitters to a Resend Segment
# Create a Segment in Resend and paste its ID here if you want new contacts grouped.
RESEND_SEGMENT_ID=
# "From" address shown on received emails.
# During testing you can leave this as-is (uses Resend's shared domain).
# For production: verify your own domain at resend.com/domains and change this.