Interface: InterpretBounceParams
Defined in: sdk/src/types.ts:962
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
code? | number | SMTP reply code (e.g. 550). | sdk/src/types.ts:964 |
enhancedCode? | string | Enhanced status code (RFC 3463, e.g. 5.1.1). | sdk/src/types.ts:966 |
diagnosticMessage? | string | Full diagnostic message returned by the receiver. | sdk/src/types.ts:968 |
recipientDomain? | string | Recipient domain — improves classification for known mailbox providers. | sdk/src/types.ts:970 |