Sfoglia il codice sorgente

fix: use verified domain sender for Resend

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Claude Dev 1 mese fa
parent
commit
a81a6661c0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: {