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

# Email Overview

At Clouduxe, we provide unlimited email accounts with every shared and reseller hosting plan on cPanel.

The emails use the standard IMAP/POP protocol for incoming mail, and SMTP for outgoing mail. This means you can configure your email accounts on all major mail clients and mobile devices. We also provide webmail.

#### Key Connection Details

| **Detail**                       | **Information**                                          |
| -------------------------------- | -------------------------------------------------------- |
| **Webmail Link**                 | `webmail.[yourdomain.com]` or `[yourdomain.com]/webmail` |
| **Incoming Mailserver Names**    | `mail.[yourdomain.com]`                                  |
| **Email Account Username**       | Your full email address (e.g., `you@[yourdomain.com]`)   |
| **Email Account Password**       | As set in cPanel                                         |
| **Incoming Mailserver Settings** | SSL: On                                                  |
|                                  | Port: 993 (This should be the default!)                  |
| **Outgoing Mailserver Settings** | SSL: On                                                  |
|                                  | Port: 465 (This should be the default!)                  |

{% hint style="info" %}
**Info hint**: Make sure to configure your email clients with the correct settings to ensure smooth communication.
{% endhint %}


---

# 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.clouduxe.com/emails/email-overview.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.
