markAsHardBounced()
Overview
public void function markAsHardBounced(
required string id
, required string reason
, string code = ""
)
Marks the given email as hard bounced (cannot deliver due to address unkown)
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | ID of the email to mark as failed |
| reason | string | Yes | Failure reason to record |
| code | string | No (default="") | Failure code to record |