export interface MailAttachment { filename?: string; content?: string; path?: string; encoding?: string; raw?: string; href?: string; httpHeaders?: any; contentDisposition?: string; contentType?: string; headers?: any; cid?: string; }