# Email Bounces & Complaints.

Send With SES handles email bounces, complaints, and unsubscribes out of the box.

**Bounces:** When an email you send cannot be delivered to the recipient, it results in 'bounce'. Send With SES flags such email id's and will no longer deliver emails to these id's. AWS SES expects **bounce rates** to remain below 5%. Senders with a **bounce rate** exceeding 10% risk a sending pause and/or complete ban.&#x20;

**Complaints:** When the recipient of your email marks your email as spam, it is treated as a 'complaint'. Send With SES flags such email id's and will no longer deliver emails to these id's. AWS SES expects **complaint rates** to remain below 0.1%. Senders with a **complaint rate** exceeding 0.5% risk a sending pause and/or complete ban.

**Unsubscribes:** When a recipient of your email no longer wants to receive your email, he can unsubscribe and will no longer receive your emails. A high unsubscribe rate is a strong indicator you are sending unsolicited email (spam).

{% hint style="danger" %}
**IMPORTANT:** If your bounce/complaint rates are over the permissible limits, AWS SES will place a pause or complete ban on your ability to send further emails. In such cases you will need to follow up with AWS to lift such bans. Send With SES cannot help you in this regard.

Notwithstanding the limits imposed by AWS SES, Send With SES monitors your sending reputation in real time and will ban your account if your SBUR (Spam + Bounce + Unsubscribe + Reject) rate is >=5%
{% endhint %}

Read More:\
[Amazon SES and Deliverability](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/deliverability-and-ses.html)\
[Using the Reputation Dashboard to Track Bounce and Complaint Rates](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/reputation-dashboard-dg.html)\
[Email Program Success Metrics](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/success-metrics.html)<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sendwithses.com/faqs/email-faqs/email-bounces-and-complaints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
