Adding an Email Address to the Suppression List

Add an email address to the suppression list so that it isn't a part of your sending list.

    1. Open the navigation menu and click Developer Services. Under Application Integration, click Email Delivery. Under Email Delivery, click Suppression List.
    2. Click Add Suppression.
    3. In the Add Suppression dialog box, enter the email address.
    4. Click Add.
      The email address is added to the suppression list.
  • Use the create command and required parameters to add recipient email addresses to the suppression list for a tenancy.

    oci email suppression create [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.

    To add an email address to the suppression list, use the CreateSuppression operation.  

    The following example shows how to add an email address to the suppression list. For more information about managing the suppressions list, see GetSuppression and DeleteSuppression.

    POST /20170907/suppressions
     
    				{
    				"compartmentId": "ocid1.compartment.oc1..aaaaaaaat7uqcb6zoxvzoga4d4vh4dtweciavepacd3skz56atf3qp73d7fx",
    				"emailAddress": "user@example.com",
    				
    		}