edgeport - v1.0.3
    Preparing search index...

    Interface SendResult

    The result of a successful SmtpSession.send.

    1.0.0

    interface SendResult {
        accepted: string[];
        response: string;
    }
    Index
    accepted: string[]

    Recipients the server accepted (those that returned 250/251 to RCPT TO).

    response: string

    The final server reply text to the message body (the response to CRLF.CRLF).