export interface NewEmailRequest { to: string[]; subject: string; html: string; }