Sporades SDK API
    Preparing search index...

    Type Alias MailApi

    Server-only runtime-owned SMTP delivery API.

    Available to trusted Capsule handlers, lifecycle hooks, middleware, mutation hooks, Jobs, and active Privileged callbacks. It is intentionally absent from browser, table ACL, and Schedule payload-factory contexts.

    type MailApi = {
        send(message: MailSendInput): Promise<MailSendResult>;
    }
    Index