ts-mailcow-api
    Preparing search index...

    Interface BccMap

    Bcc map item.

    interface BccMap {
        active: number;
        bcc_dest: string;
        created: string;
        domain: string;
        id: number;
        local_dest: string;
        modified?: string;
        type: BccMapType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: number

    Enables or disables the bcc map.

    bcc_dest: string

    Email address where all mails should be send to.

    created: string

    Creation date in epoch.

    domain: string

    Domain of the local desitination.

    id: number

    Id of the bcc map.

    local_dest: string

    Email addres which emails should be forwarded.

    modified?: string

    Last modified data in epoch.

    Type of the bcc map.