# About the Email Suppression List

Emails sent from Vault may fail to deliver for several reasons. If an email produces a [hard bounce][1] and fails to deliver permanently, Vault adds the email address to the _Email Suppression List_ and will not attempt to send further emails to that address. 

After Vault adds the email address to the suppression list, the <a href="/en/gr/514128/">_Email Notification Status_</a> page updates the status of any emails that should be sent to this address to _Blocked_. In addition, a record is created on the _Suppression Email Address_ <a href="/en/gr/62987/">raw object</a>.  

## Managing the Email Suppression List

You can navigate to **Admin > Operations > Email Suppression List** to view the suppression list. The _Email Suppression List_ page tracks suppressed email addresses, the reason for the suppression, and the suppression date.

You can also search for suppressed email addresses, names, and suppression reasons. To sort the columns, click the headings. Searching is case-sensitive, and <a href="/en/gr/442/#wildcards">wildcard</a> searches are not supported since the _Email Suppression List_ uses the _Suppressed Email Address_ <a href="/en/gr/62987/">raw object</a>. For example, if you search "gmail.com", the results will not return email addresses that end in "gmail.com".

To remove an email address from the list, click the **Actions** menu next to the address and select **Remove from Suppression List**. You cannot manually add email addresses to the suppression list.

<div class="note-border alert-info">
  <div class="alert alert-info" role="alert">
    <div><i class="far fa-info-circle"></i></div>
    <div class="alert-text">
      <p><strong>Note</strong>: If an email sent to an address that you removed encounters a <a href="#bounces">hard bounce</a>, the address is added back to the suppression list; this process will continue until the cause of the bounce is resolved.</p>
    </div>
  </div>
</div>



### Disabling the Email Suppression List

To disable the email suppression list, navigate to **Admin > Configuration > Email Settings** and clear the **Enable Email Suppression List** checkbox.

<div class="note-border alert-info">
  <div class="alert alert-info" role="alert">
    <div><i class="far fa-info-circle"></i></div>
    <div class="alert-text">
      <p><strong>Note</strong>: We strongly advise against disabling the Email Suppression List. The sender reputation of an organization’s email domain partially depends on the number of bounced emails. Email domains with low reputations are more likely to be marked as spam. Disabling the suppression list increases the likelihood that Vault emails will be marked as spam or bounced by receiving email servers, resulting in more <em>Failed</em> emails.</p>
    </div>
  </div>
</div>



## Hard Bounces {#bounces}

A hard bounce usually indicates a permanent error, but can also be caused by a strict email security filter from the receiving mail server. The Suppression Reason column usually contains an error code and some information on why an email address was added to the suppression list. These error codes are standard SMTP error codes provided by the receiving mail server and are not generated by Vault.

You can refer to these pages for more details on these SMTP error codes:

* <a class="external-link " href="https://learn.microsoft.com/en-us/exchange/troubleshoot/email-delivery/ndr/non-delivery-reports-in-exchange-online" target="_blank" rel="noopener">Microsoft Learn: Email non-delivery reports and SMTP errors in Exchange Online<i class="fa fa-external-link" aria-hidden="true"></i></a>
* <a class="external-link " href="https://support.google.com/a/answer/3221692" target="_blank" rel="noopener">Google Workspace Admin Help: About SMTP error messages<i class="fa fa-external-link" aria-hidden="true"></i></a>
* <a class="external-link " href="https://support.google.com/a/answer/3726730" target="_blank" rel="noopener">Google Workspace Admin Help: Gmail SMTP errors and codes<i class="fa fa-external-link" aria-hidden="true"></i></a>
* <a class="external-link " href="https://en.wikipedia.org/wiki/List_of_SMTP_server_return_codes" target="_blank" rel="noopener">Wikipedia: List of SMTP server return codes.<i class="fa fa-external-link" aria-hidden="true"></i></a>

## Related Permissions

You can manage the suppression list with the standard System Admin or Vault Owner security profile. If your Vault uses custom security profiles, your profile must grant the following permissions:

| Type | Permission Label | Controls |
| --- | --- | --- |
| Security Profile | Objects: Suppressed Email Address: Read | Ability to view the _Email Suppression_ list. |
| Security Profile | Admin: Operations: Email Notifications: Read | Ability to view the _Email Notification Status_ and _Email Suppression List_ pages. |
| Security Profile | Admin: Operations: Email Notifications: Delete | Ability to delete a record from the _Email Suppression_ list. |

[1]: #bounces