changed email

This commit is contained in:
root
2026-08-23 16:33:14 -07:00
parent 9544814031
commit 6c0aeda454

View File

@@ -19,7 +19,7 @@ export const POST: APIRoute = async ({ request }) => {
await resend.emails.send({
from: 'Noelle Paris Design Contact Form <contactform@noelleparisdesign.com>', // Update to your domain once verified in Resend
//to: 'github@juchatz.com',
to: 'inquiries@noelleparisdesign.com',
to: 'noelle@noelleparisdesign.com',
replyTo: email,
subject: `New Inquiry from ${name}`,
text: `Name: ${name}\nEmail: ${email}\nPhone: ${phone || 'N/A'}\n\nMessage:\n${message}`,