chore: Resend 발신 도메인을 자체 검증 도메인으로 교체
onboarding@resend.dev (샌드박스) → noreply@jaengseung-made.com (검증 완료). 스팸 판정 위험 감소 + 브랜드 일관성. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -74,7 +74,7 @@ export async function POST(request: Request) {
|
||||
let emailSent = true;
|
||||
try {
|
||||
await resend.emails.send({
|
||||
from: 'onboarding@resend.dev',
|
||||
from: '쟁승메이드 <noreply@jaengseung-made.com>',
|
||||
to: ['bgg8988@gmail.com'],
|
||||
replyTo: email,
|
||||
subject: `[쟁승메이드] 새로운 문의: ${safeSubject}`,
|
||||
|
||||
Reference in New Issue
Block a user