Represents the response from the mail server. This interface is compatible with SMTPTransport.SentMessageInfo of nodemailer. This API is experimental and might change in newer versions. Use with caution.

Hierarchy

  • MailResponse

Properties

accepted?: (string | Address)[]

Array of e-mail addresses that accepted the requests.

envelope?: Envelope

Envelope that contains the sender and recipients info.

pending?: (string | Address)[]

Array of e-mail addresses that are processing the requests.

rejected?: (string | Address)[]

Array of e-mail addresses that rejected the requests.

response?: string

Other response message from the mail server.

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.