Current delivery state for the authenticated user's registered email.

interface EmailDeliveryStatus {
    action_required: boolean;
    category: null | string;
    display_reason: null | string;
    email: null | string;
    provider: null | string;
    recovery: EmailDeliveryRecovery;
    restored_now?: boolean;
    state: EmailDeliveryState;
    suppressed_at: null | string;
}

Properties

action_required: boolean
category: null | string
display_reason: null | string
email: null | string
provider: null | string
restored_now?: boolean
suppressed_at: null | string

Generated using TypeDoc