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