Deliver contact form emails to hello@versebyversewithnate.us
This commit is contained in:
@@ -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 ?? 'vbvwithnate@outlook.com'],
|
||||
to: [process.env.RESEND_TO ?? 'hello@versebyversewithnate.us'],
|
||||
replyTo: trimmedEmail,
|
||||
subject: `Verse by Verse contact form: ${trimmedName}`,
|
||||
text:
|
||||
|
||||
Reference in New Issue
Block a user