Explorar o código

fix: use verified domain sender for Resend

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Claude Dev hai 1 mes
pai
achega
a81a6661c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/api/src/lib/email.ts

+ 1 - 1
packages/api/src/lib/email.ts

@@ -8,7 +8,7 @@ function getResend(): Resend | null {
   return _resend;
 }
 
-const FROM = process.env.EMAIL_FROM || 'VidReview <onboarding@resend.dev>';
+const FROM = process.env.EMAIL_FROM || 'VidReview <noreply@vid.k9tech.space>';
 const FRONTEND_URL = process.env.FRONTEND_URL || process.env.NEXT_PUBLIC_API_URL?.replace('/api', '') || 'http://localhost:3000';
 
 function buildInviteHtml(invite: {