Trading Assistant API Documentation - v0.1.0
    Preparing search index...
    interface EmailSettings {
        smtpServer: string;
        smtpPort: number;
        smtpSecure: boolean;
        fromEmail: string;
        fromName: string;
        username?: string;
        password?: string;
        testEmailSent?: boolean;
    }
    Index

    Properties

    smtpServer: string
    smtpPort: number
    smtpSecure: boolean
    fromEmail: string
    fromName: string
    username?: string
    password?: string
    testEmailSent?: boolean