export class EmailBody { subject: string; to: string[]; cc: string[]; bcc: string[]; html: string; }