changed email
This commit is contained in:
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user