diff --git a/app/api/contact/route.ts b/app/api/contact/route.ts index 70a9fd6..c402b17 100644 --- a/app/api/contact/route.ts +++ b/app/api/contact/route.ts @@ -74,7 +74,7 @@ export async function POST(request: Request) { let emailSent = true; try { await resend.emails.send({ - from: 'onboarding@resend.dev', + from: '쟁승메이드 ', to: ['bgg8988@gmail.com'], replyTo: email, subject: `[쟁승메이드] 새로운 문의: ${safeSubject}`,