From 85e8a298fd7f4f4dade2cd766a91d6d1a7f868a5 Mon Sep 17 00:00:00 2001 From: nmemmert Date: Thu, 9 Apr 2026 17:10:09 -0400 Subject: [PATCH] Revert: deliver contact form emails to vbvwithnate@outlook.com --- .env.example | 2 +- server.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 007f635..55cf6e1 100644 --- a/.env.example +++ b/.env.example @@ -11,7 +11,7 @@ RESEND_API_KEY=re_your_api_key_here RESEND_CONTACTS_API_KEY= # Email address that receives contact form submissions -RESEND_TO=hello@versebyversewithnate.us +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. diff --git a/server.js b/server.js index 069eec6..8eea8d0 100644 --- a/server.js +++ b/server.js @@ -156,7 +156,7 @@ app.post('/api/contact', contactRateLimit, async (req, res) => { const { error } = await resend.emails.send({ from: process.env.RESEND_FROM ?? 'Verse by Verse with Nate ', - to: [process.env.RESEND_TO ?? 'hello@versebyversewithnate.us'], + to: [process.env.RESEND_TO ?? 'vbvwithnate@outlook.com'], replyTo: trimmedEmail, subject: `Verse by Verse contact form: ${trimmedName}`, text: