From 2c8a0f1c37a6f6b624257c67369310e51e082233 Mon Sep 17 00:00:00 2001 From: gahusb Date: Wed, 15 Apr 2026 01:44:58 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Resend=20=EB=B0=9C=EC=8B=A0=20?= =?UTF-8?q?=EB=8F=84=EB=A9=94=EC=9D=B8=EC=9D=84=20=EC=9E=90=EC=B2=B4=20?= =?UTF-8?q?=EA=B2=80=EC=A6=9D=20=EB=8F=84=EB=A9=94=EC=9D=B8=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EA=B5=90=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit onboarding@resend.dev (샌드박스) → noreply@jaengseung-made.com (검증 완료). 스팸 판정 위험 감소 + 브랜드 일관성. Co-Authored-By: Claude Opus 4.6 --- app/api/contact/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`,