1. Home
  2. Email
  3. Using Amazon Workmail

Activate the account-level suppression list for a configuration set

You can also configure account-level suppression to apply only to specific configuration sets.

If you do this, addresses will only be added to the suppression list if you specified the configuration set when sending the email message that caused the undeliverability or complaint event.


Note
The following procedure assumes that you have already installed the AWS CLI. For more information on installing and configuring the AWS CLI, see AWS Command Line Interface User Guide.


To configure the account-level suppression list using the AWS CLI command for a configuration set
  • aws sesv2 put-configuration-set-suppression-options \
    --configuration-set-name configSet \
    --suppressed-reasons BOUNCE COMPLAINT

In the previous example, replace configSet with the name of the configuration set to use the account-level suppression list.