export interface Contact { fromEmail: string; body: string; subject: string; }