# What are soft and hard bounces?

When an email is rejected by a subscriber's email server it is called a bounce. There are basically two types of bounces:

**Soft Bounce:** A soft bounce is a temporary error in email delivery. Mailblast will automatically convert subscribers who soft bounce at least 3 times in a 4 week window into hard bounces.

Some common examples of a soft bounce can be:

* Mailbox is full
* The recipient email server is offline

**Hard Bounce:** A hard bounce is a permanent failure in delivery of an email. Hard bounced recipients are immediately disabled from receiving any future emails from the respective list.

Some common examples of a hard bounce can be:

* Recipient email address does not exist
* Recipient mail server has blocked delivery of your email


---

# 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.mailblast.io/tracking-and-analytics/what-are-soft-and-hard-bounces.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.
