Revert: deliver contact form emails to vbvwithnate@outlook.com

This commit is contained in:
nmemmert
2026-04-09 17:10:09 -04:00
parent a252167052
commit 85e8a298fd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 <hello@versebyversewithnate.us>',
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: