export type IEmailAttachment = { filename: string; content?: string; path?: string; };