export class Email { body: string; subject: string; recipients: string[]; }