Stratal API Reference
    Preparing search index...

    Interface SmtpConfig

    SMTP configuration options

    interface SmtpConfig {
        host: string;
        password?: string;
        port: number;
        secure?: boolean;
        username?: string;
    }
    Index

    Properties

    host: string

    SMTP server host

    password?: string

    SMTP password

    port: number

    SMTP server port

    secure?: boolean

    Use TLS

    username?: string

    SMTP username