# Email

The **Email** category covers everything related to configuring and managing email communication for your app. It includes guides on how to set up sender details, connect your email server, verify delivery settings, and view sent email logs.

These articles will help you:

* Customize how your emails appear to end users
* Send emails from your own verified domain
* Ensure reliable delivery and track email activity

{% embed url="<https://youtu.be/9gqftaowzTg>" %}

This section is designed to give you full control over your app’s outgoing email experience, enabling a more branded and consistent communication flow.


---

# 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.appmysite.com/app/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.
