ts-mailcow-api
    Preparing search index...

    Interface BaseBccMap

    Bcc map base item.

    interface BaseBccMap {
        active: number;
        bcc_dest: string;
        local_dest: 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.

    local_dest: string

    Email addres which emails should be forwarded.

    Type of the bcc map.