jmap-kit
    Preparing search index...

    An Envelope object containing the information for use when sending via SMTP.

    type EmailSubmissionEnvelope = {
        mailFrom: EmailSubmissionAddress;
        rcptTo: EmailSubmissionAddress[];
    }
    Index

    Properties

    Properties

    The email address to use as the return address in the SMTP submission, plus any parameters to pass with the MAIL FROM address. The JMAP server MAY allow the address to be the empty string.

    The email addresses to send the message to, and any RCPT TO parameters to pass with the recipient.