Suppression Lists
Manage suppressed email addresses to protect your sender reputation in Taifa Mail.
A suppression is an email address that is blocked from receiving your emails. Taifa Mail maintains a suppression list per account to prevent you from sending to addresses that would damage your sender reputation.
Why suppressions matter
Sending to addresses that have previously bounced, complained, or unsubscribed hurts your domain's reputation with mailbox providers. A poor reputation means more of your email lands in spam -- even for engaged recipients. The suppression list is your safety net.
Repeatedly sending to suppressed addresses (by removing them without good reason) can result in your sending domain being flagged or suspended.
Automatic suppressions
The following events automatically add an address to your suppression list:
| Trigger | Stored reason |
|---|---|
| Hard bounce | bounce - the recipient address does not exist or permanently rejects mail. |
| Unsubscribe | unsubscribe - the recipient used the List-Unsubscribe link in one of your emails. |
You do not need to take any action for these. Taifa Mail handles them automatically.
Manual suppressions
Via the dashboard
- Go to Suppressions in the sidebar.
- Click Add Suppression.
- Enter the email address and an optional reason.
- Click Save.
Bulk import via CSV
- Go to Suppressions.
- Click Import CSV.
- Upload a CSV file with one email address per line (no header required). Lines without an
@are skipped, and addresses already on the list are left as-is.
CSV import requires the Starter plan or above.
Via the API
The suppressions API is served under /v1/suppressions. The address field is named email_address, and reason is optional - it defaults to manual when omitted.
Add a suppression:
Adding an address that is already suppressed returns 409 Conflict.
List suppressions:
The list is paginated. page is zero-based, limit accepts 1-200 (default 50). An optional search parameter filters by a substring of the address.
Response:
Remove a suppression:
When to remove a suppression
Only remove a suppression if you are certain that:
- The email address is valid and currently accepting mail.
- The recipient has explicitly asked to receive your emails again.
- The original issue (bounce, complaint) has been resolved.
If an address was suppressed due to a spam complaint, removing it and sending again without the recipient's clear consent may violate anti-spam regulations (e.g. Kenya's Data Protection Act, GDPR, CAN-SPAM).
Before removing a suppression for a previously bounced address, ask the recipient to confirm their address is working by having them email you first.