Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)

This commit is contained in:
Leon Serfaty
2026-06-20 20:12:43 -04:00
parent 3ad90f076f
commit 4fb2645db1
38 changed files with 94 additions and 93 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ interface SendEmailInput {
text?: string;
}
const FROM = process.env.EMAIL_FROM ?? "PodcastYes <noreply@podcastyes.app>";
const FROM = process.env.EMAIL_FROM ?? "Podcast Distribution AI <noreply@podcastdistributionai.com>";
/**
* Send a transactional email via Resend when configured; otherwise log to the
@@ -57,7 +57,7 @@ export function emailLayout(title: string, body: string, cta?: { label: string;
: "";
return `
<div style="font-family:Inter,Arial,sans-serif;max-width:480px;margin:0 auto;padding:24px;color:#0a0a0a">
<h1 style="font-size:20px;margin:0 0 12px">🎙️ PodcastYes</h1>
<h1 style="font-size:20px;margin:0 0 12px">🎙️ Podcast Distribution AI</h1>
<h2 style="font-size:18px;margin:0 0 12px">${escapeHtml(title)}</h2>
<div style="font-size:14px;line-height:1.6;color:#404040">${body}</div>
${button}