Skip to main content

ISESV2PutAccountSuppressionAttributesRequest

Interface in AWS.SESV2

Interface for PutAccountSuppressionAttributes requests.

Ancestors

Properties

SuppressedReasons

property SuppressedReasons: TList<string>

The reasons that cause email addresses to be automatically added to the account-level suppression list.

This array specifies which types of delivery failures will trigger automatic suppression of recipient email addresses at the account level to protect your sender reputation. Supported suppression reason values:

  • BOUNCE – Automatically suppress email addresses that result in hard bounces.
  • COMPLAINT – Automatically suppress email addresses that generate spam complaints. You can specify either or both reasons. When a recipient address is suppressed, Amazon SES will refuse to send future messages to that address until it is manually removed from the suppression list.

Methods

AddSuppressedReason

procedure AddSuppressedReason(const AReason: string);

Add a reason to the list of suppressed reasons.

Valid values: BOUNCE | COMPLAINT.

Parameters

NameDescription
AReasonA reason to automatically add email addresses to the suppression list for your account.