Suppression Lists
The AWS SES account-level suppression list holds addresses SES refuses to deliver to. It has two reason codes: BOUNCE and COMPLAINT. It is separate from your application's own unsubscribe list.
Managing the SES list
Use email.suppression.get, email.suppression.add, email.suppression.remove, and email.suppression.list from the @wraps.dev/email SDK.
Filtering before a campaign
When to remove an address
BOUNCE suppressions can be removed after the user re-confirms the address. COMPLAINT suppressions should not be removed.

