EmailStatus:
    | "unknown"
    | "new"
    | "sending"
    | "sent"
    | "failed"
    | "canceled"