@truenas/api-client
    Preparing search index...

    Interface MailUpdate

    interface MailUpdate {
        fromemail?: string;
        fromname?: string;
        oauth?: v25_10_0.EmptyDict | v25_10_0.MailEntryOAuth | null;
        outgoingserver?: string;
        pass?: string | null;
        port?: number;
        security?: v25_10_0.Security;
        smtp?: boolean;
        user?: string | null;
    }
    Index
    fromemail?: string
    fromname?: string
    outgoingserver?: string
    pass?: string | null
    port?: number
    security?: v25_10_0.Security
    smtp?: boolean
    user?: string | null