Skip to main content

ISESV2PutConfigurationSetSuppressionOptionsRequest

Interface in AWS.SESV2

Interface for PutConfigurationSetSuppressionOptions requests.

Ancestors

Properties

ConfigurationSetName

property ConfigurationSetName: string

The name of the configuration set to change the suppression list preferences for.

This configuration set will have its suppression list preferences updated to specify which types of delivery failures automatically add recipient addresses to the account-level suppression list. The configuration set must already exist in your Amazon SES account before modifying its suppression options.

SuppressedReasons

property SuppressedReasons: TList<string>

The reasons that cause email addresses to be automatically added to the suppression list for this configuration set.

This list specifies which types of delivery failures will trigger automatic suppression of recipient email addresses when using this configuration set 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.