export interface mailobj {
    email: string;
    subject: string;
    content: string;
}
