Skip to main content

ISESV2SuppressionOptions

Interface in AWS.SESV2

Interface for SuppressionOptions.

Properties

SuppressionReasons

property SuppressionReasons: TList<string>

A list of reasons that cause email addresses to be automatically added to the suppression list.

The suppression list prevents emails from being sent to addresses that have previously bounced or generated complaints, helping to maintain your sender reputation and reduce unwanted delivery attempts. Supported suppression reasons include:

  • BOUNCE – Email addresses are added when messages result in hard bounces (permanent delivery failures).
  • COMPLAINT – Email addresses are added when recipients mark messages as spam. When Amazon SES attempts to send an email to an address on the suppression list with a matching suppression reason, SES accepts the message but does not attempt delivery. However, these messages still count toward your daily sending quota. This list can contain any combination of the supported values, allowing you to suppress addresses based on both bounces and complaints, or only one type of event depending on your requirements.