@mxraven/mail - v0.2.0
    Preparing search index...

    Interface WebhookEnvelope

    The SMTP envelope of a message.

    interface WebhookEnvelope {
        mail_from: string;
        rcpt_to: readonly string[];
    }
    Index
    mail_from: string

    The envelope sender. It may be empty for a null reverse-path.

    rcpt_to: readonly string[]

    The envelope recipients.