ts-mailcow-api
    Preparing search index...

    Interface RecipientMap

    Recipient map item.

    interface RecipientMap {
        active: number;
        created: string;
        id: number;
        modified?: string;
        recipient_map_new: string;
        recipient_map_old: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: number

    Enables or disables the recipient map.

    created: string

    Creation date in epoch.

    id: number

    Id of the bcc map.

    modified?: string

    Last modified data in epoch.

    recipient_map_new: string

    Email address that should receive the forwarded emails.

    recipient_map_old: string

    Email address which emails should be forwarded.