> 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 the Email inbox function just like the one already available in standard email clients (Google, Outlook, etc.)

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FTJAC4G8XCOFE7A267lpx%2Fundraw_Inbox_cleanup_re_jcbh.png?alt=media&amp;token=e383fc76-0d2f-4b43-9f6c-effd1c09e2ee" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
First, you need 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 simply type it 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 set up your IMAP integration, to sync and view 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 on “New Email”;
2. Enter the recipient's email address (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>

> It is possible to format the email and add attachments.&#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.
