MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / baseTemplateVariables

Function baseTemplateVariables

apps/api/src/lib/email/email.utils.ts:217–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215 * on top, so callers only pass what's specific to their template.
216 */
217export const baseTemplateVariables = (): Record<string, unknown> => ({
218 appName: env.APP_NAME,
219 notificationSettingsUrl: env.NOTIFICATION_SETTINGS_URL,
220});

Callers 2

sendTemplateNowFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected