What Are Suppressions?
Suppressed addresses are email addresses that should not receive emails. When you attempt to send to a suppressed address, the email is blocked before delivery to protect your sender reputation. Addresses can be suppressed for several reasons:| Reason | Description | How It’s Added |
|---|---|---|
| Hard bounce | Address doesn’t exist or is permanently unreachable | Automatically on bounce |
| Spam complaint | Recipient marked your email as spam | Automatically on complaint |
| Unsubscribe | Recipient opted out via List-Unsubscribe | Automatically on unsubscribe |
How Suppressions Work
When you send an email through Lettr, the suppression system is involved at multiple stages:- API call — You call the Lettr API to send an email. Lettr forwards the request to the delivery infrastructure, which checks the recipient against the suppression list. If the address is suppressed, the recipient is rejected and included in the
rejectedcount of the API response. The email is never sent. - Delivery attempt — If the address is not suppressed, the email is sent to the recipient’s mail server.
- Post-delivery event — If the email hard bounces, the recipient reports spam, or they unsubscribe, the address is automatically added to the suppression list. You receive a webhook notification for the event.
- Future sends blocked — Any subsequent sends targeting that address are rejected at the suppression check stage, preventing further damage to your sender reputation.
Why Suppressions Matter
Suppressions directly impact your ability to deliver email. Email providers evaluate your sender reputation based on measurable signals:| Metric | Danger Threshold | Consequence |
|---|---|---|
| Bounce rate | > 2% | Providers may throttle or block your sending |
| Complaint rate | > 0.1% | Gmail and other providers move your emails to spam |
| Unsubscribe rate | > 0.5% | Signals low engagement, hurts inbox placement |
Protect Sender Reputation
Protect Sender Reputation
Sending to addresses that have bounced or complained damages your reputation with email providers. High bounce rates or complaint rates can result in your emails being blocked or sent to spam. Suppressions prevent you from repeatedly hitting known-bad addresses.
Improve Deliverability
Improve Deliverability
Email providers track your sending patterns. A clean sending history with low bounces and complaints signals that you’re a legitimate sender, improving inbox placement for all your emails — not just the ones to clean addresses.
Legal Compliance
Legal Compliance
Laws like CAN-SPAM and GDPR require you to honor unsubscribe requests. Suppression lists ensure you don’t accidentally email people who have opted out, which can result in fines and legal liability.
Reduce Costs
Reduce Costs
Every email you send counts against your plan quota. Suppressing invalid addresses prevents wasted sends and keeps your costs predictable.
Automatic Suppression
Lettr automatically suppresses addresses when certain events occur:| Event | Suppression Behavior |
|---|---|
| Hard bounce | Address is permanently suppressed |
| Spam complaint | Address is permanently suppressed |
| List unsubscribe | Address is permanently suppressed |
| Link unsubscribe | Address is permanently suppressed |
Soft bounces (temporary failures like mailbox full) do not result in immediate suppression. Delivery is retried automatically and the address is only suppressed after repeated failures.
Monitoring Suppressions
You can track suppression events using webhooks. When an address is suppressed due to a bounce, complaint, or unsubscribe, you receive a webhook event that you can use to update your own systems. Webhook payloads arrive as an array of events in SparkPost format. Each event is wrapped in anmsys object containing the event category and data. See Handling Webhooks for full details on the payload structure.
Bounce Events
Complaint Events
Unsubscribe Events
Best Practices
Handle Webhook Events
Set up webhook handlers for bounce, complaint, and unsubscribe events. Use these to keep your mailing lists clean.
Remove Invalid Addresses
When you receive a hard bounce, remove the address from your active mailing lists immediately.
Honor Unsubscribes
Process unsubscribe requests promptly. Never attempt to re-add someone who has unsubscribed.