> For the complete documentation index, see [llms.txt](https://docs.responso.com/responso-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.responso.com/responso-doc/en/integrations/email/redirecting-messages/why-am-i-seeing-an-email-address-rejection-message.md).

# Why am I seeing an email address rejection message?

If you see a message like this when attempting to send an email:

<figure><img src="/files/2PQNtCFCBqExuZIxkjRo" alt=""><figcaption></figcaption></figure>

This means that the email address you are trying to send the message to is considered inactive by the sending mechanisms. This happens when:

* The email address no longer exists.
* The recipient has reported your previous messages as spam.
* The email address has been blocked as suspicious.

#### What can you do about it?

* If the inactive email address is one of several you want to send the message to, remove it from the mailing list and send the message to the remaining recipients.
* If you believe that none of the above situations occurred and the address was unfairly marked as inactive, you can try to resend the message.
* If the recipient contacts you through another channel, ask them to update their email address.

The appearance of this message is not due to an error on Responso's side, and our support team cannot assist you in resolving this specific issue.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.responso.com/responso-doc/en/integrations/email/redirecting-messages/why-am-i-seeing-an-email-address-rejection-message.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.
