Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias NotificationEmailSettings

    type NotificationEmailSettings = {
        enabled?: boolean;
        types?: number;
        options?: {
            emailFrom?: string;
            senderName?: string;
            smtpHost?: string;
            smtpPort?: number;
            secure?: boolean;
            ignoreTls?: boolean;
            requireTls?: boolean;
            authUser?: string | null;
            authPass?: string | null;
            allowSelfSigned?: boolean;
        };
    }
    Index

    Properties

    enabled?: boolean
    types?: number
    options?: {
        emailFrom?: string;
        senderName?: string;
        smtpHost?: string;
        smtpPort?: number;
        secure?: boolean;
        ignoreTls?: boolean;
        requireTls?: boolean;
        authUser?: string | null;
        authPass?: string | null;
        allowSelfSigned?: boolean;
    }