Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

accepted

accepted: string[]

an array of accepted recipient addresses. Normally this array should contain at least one address except when in LMTP mode. In this case the message itself might have succeeded but all recipients were rejected after sending the message.

envelopeTime

envelopeTime: number

how long was envelope prepared

messageSize

messageSize: number

how many bytes were streamed

messageTime

messageTime: number

how long was send stream prepared

rejected

rejected: string[]

an array of rejected recipient addresses. This array includes both the addresses that were rejected before sending the message and addresses rejected after sending it if using LMTP

Optional rejectedErrors

rejectedErrors: SMTPError[]

if some recipients were rejected then this property holds an array of error objects for the rejected recipients

response

response: string

the last response received from the server

Generated using TypeDoc