Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)
This commit is contained in:
+2
-2
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user