@deskcreate/agentcraft
    Preparing search index...

    Interface EmailAdapterConfig

    interface EmailAdapterConfig {
        apiBaseUrl?: string;
        apiKey?: string;
        from: string;
        host?: string;
        onAuditEvent?: (event: AdapterAuditEvent) => void;
        port?: number;
        provider: "sendgrid" | "smtp" | "resend";
        timeoutMs?: number;
    }
    Index

    Properties

    apiBaseUrl?: string
    apiKey?: string
    from: string
    host?: string
    onAuditEvent?: (event: AdapterAuditEvent) => void
    port?: number
    provider: "sendgrid" | "smtp" | "resend"
    timeoutMs?: number