export interface QueuedFormEmail { label: string to: string | string[] subject: string html: string }