Creating Plot Twists
    Preparing search index...

    Type Alias SmtpSendResult

    Result of sending an email.

    type SmtpSendResult = {
        messageId: string;
        accepted: string[];
        rejected: string[];
    }
    Index

    Properties

    messageId: string

    The Message-ID that was used (auto-generated or from SmtpMessage)

    accepted: string[]

    Email addresses that were accepted by the server

    rejected: string[]

    Email addresses that were rejected by the server