export const emailScheduledBodyHeaderContent = (title: string, subtitle: string): string => { return `
${title}
${subtitle}
`; };