export type EmailType = { to: string[]; from: string; subject: string; html: string; };