export const emailHead = (headerContent: string): string => { return ` ${headerContent} `; };