MCPcopy
hub / github.com/simstudioai/sim / renderWelcomeEmail

Function renderWelcomeEmail

apps/sim/components/emails/render.ts:184–186  ·  view source on GitHub ↗
(userName?: string)

Source from the content-addressed store, hash-verified

182}
183
184export async function renderWelcomeEmail(userName?: string): Promise<string> {
185 return await render(WelcomeEmail({ userName }))
186}
187
188export async function renderOnboardingFollowupEmail(userName?: string): Promise<string> {
189 return await render(OnboardingFollowupEmail({ userName }))

Callers 2

auth.tsFile · 0.90
route.tsFile · 0.90

Calls 2

WelcomeEmailFunction · 0.90
renderFunction · 0.50

Tested by

no test coverage detected