simplelogin-client
    Preparing search index...

    Interface CustomDomainCustomDomainIdPatch

    CustomDomainCustomDomainIdPatch

    interface CustomDomainCustomDomainIdPatch {
        catchAll?: boolean;
        mailboxIds?: number[];
        name?: string;
        randomPrefixGeneration?: boolean;
    }
    Index

    Properties

    catchAll?: boolean

    Enable or disable catch-all for this domain

    CustomDomainCustomDomainIdPatch

    mailboxIds?: number[]

    Array of mailbox IDs to associate with this domain

    CustomDomainCustomDomainIdPatch

    name?: string

    Display name for the custom domain

    CustomDomainCustomDomainIdPatch

    randomPrefixGeneration?: boolean

    Enable or disable random prefix generation for this domain

    CustomDomainCustomDomainIdPatch