> For the complete documentation index, see [llms.txt](https://doc.uppush.io/uppush/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.uppush.io/uppush/settings/verify-test-email.md).

# Verify test email

The "Verify email" feature in the Uppush app allows users to confirm an email address before sending test emails. To do this, enter your email address and click "Request verify email." A verification link will be sent to your email from Amazon Web Service.

<figure><img src="/files/gf39zX7ye74mj4ObURaU" alt=""><figcaption></figcaption></figure>

Once you verify it through the link, the status will update to "SUCCESS" in the list of verified addresses. This step ensures that your email address is properly verified and ready for sending test emails, helping to maintain email security and deliverability.

<figure><img src="/files/veS94qydkfSahS36A2Pe" alt=""><figcaption></figcaption></figure>


---

# 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://doc.uppush.io/uppush/settings/verify-test-email.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.
