export interface EmailRequest { server: string; from: string; password: string; port: number; ssl: boolean; user: string; }