export interface MailData { to: string; data: T; }