> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/email-inbox.md).

# Email Inbox

## At SprintHub, we have an Email Inbox feature just as there are in standard email providers (Google, Outlook, etc.)

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

{% hint style="info" %}
First, it is necessary to integrate your email(s) via IMAP integration. See this article: [IMAP and SMTP Integrations](broken://pages/69387fa7fb2ca2d8e0770ee4f29f973ba5706055)
{% endhint %}

### After that, to check your Email Inbox follow these steps:&#x20;

Or just type in “Find services” and it will already show up.

<figure><img src="https://lh7-us.googleusercontent.com/yRq3gJQfBTWzHHbu8UemwDC5aFxBplEF261x-567PATHnaMGoUhY9o9VMmqSCy9Ms9RjjY9qUXQjcreU_rA8t6l9hG71IllLvXwokCOzKDHPoJcxfw5bn1Jqyib9amnLnObhPg7KccxEiRv-5kIMaQY" alt=""><figcaption></figcaption></figure>

### These inboxes are configured when you perform your IMAP integration, to synchronize and display according to your choice.&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/cf0Xn9nCmRUe2iXyM4MXDetYHMbdPBWZ6C3H6yP_ks_wbc32j1a8K2mA4msTbkwVgfMPxoTRGykf1Hj1wyjpjemktfKwCVhLlOjgpSDKNBDDvYeNZuiPbhWmgEPFsi7soZx3LGYlq7xIEiUe5ykXlDc" alt=""><figcaption></figcaption></figure>

## To send an email, follow the steps below:

1. Click “New Email”;
2. Enter the recipient's email (if there is more than one, you can use Cc or Bcc);
3. Enter the subject;
4. Write your email;
5. Click the send button.&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/P1Lru4RTsjok657kRGdpUiCezeLLWBwfSkOfPKb1qnAxqO5HqBJLquT4nOZS69swaKiUq0bQJrAMpgtSjNBFDtj45xOiXdBKQWbCmfs6g6O0FtVZeheBeYFzmAZzQ2D64_R1mMKSxZ_4-5GW317ECts" alt=""><figcaption></figcaption></figure>

> There is the possibility to format the email and attach files.&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/general/email-inbox.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
