chore: Resend 발신 도메인을 자체 검증 도메인으로 교체

onboarding@resend.dev (샌드박스) → noreply@jaengseung-made.com (검증 완료).
스팸 판정 위험 감소 + 브랜드 일관성.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-15 01:44:58 +09:00
parent 91c0073f23
commit 2c8a0f1c37

View File

@@ -74,7 +74,7 @@ export async function POST(request: Request) {
let emailSent = true; let emailSent = true;
try { try {
await resend.emails.send({ await resend.emails.send({
from: 'onboarding@resend.dev', from: '쟁승메이드 <noreply@jaengseung-made.com>',
to: ['bgg8988@gmail.com'], to: ['bgg8988@gmail.com'],
replyTo: email, replyTo: email,
subject: `[쟁승메이드] 새로운 문의: ${safeSubject}`, subject: `[쟁승메이드] 새로운 문의: ${safeSubject}`,