> For the complete documentation index, see [llms.txt](https://learn.sitecove.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.sitecove.com/how-to-guides/web-hosting/email-hosting-and-management/how-to-create-an-email-account-in-cpanel.md).

# How to Create an Email Account in cPanel

#### Introduction <a href="#introduction" id="introduction"></a>

Creating an email account in cPanel allows you to set up professional email addresses using your domain (e.g., `yourname@yourdomain.com`). cPanel provides an easy-to-use interface for managing email accounts, setting storage limits, and configuring access. This guide will walk you through the process of creating an email account in cPanel.

#### Step 1: Log into cPanel <a href="#step-1-log-into-cpanel" id="step-1-log-into-cpanel"></a>

1. Open your web browser and go to `https://yourdomain.com/cpanel`.
2. Enter your cPanel username and password.
3. Click **Log In** to access the cPanel dashboard.

#### Step 2: Navigate to the Email Accounts Section <a href="#step-2-navigate-to-the-email-accounts-section" id="step-2-navigate-to-the-email-accounts-section"></a>

1. Once in cPanel, locate the **Email** section.
2. Click on **Email Accounts**.
3. You will be directed to the email account management page.

#### Step 3: Create a New Email Account <a href="#step-3-create-a-new-email-account" id="step-3-create-a-new-email-account"></a>

1. Click on the **Create** button.
2. Select the domain for the email address (if you have multiple domains).
3. Enter your desired email address (e.g., `info@yourdomain.com`).
4. Set a strong password or use the **Generate Password** feature.
5. Choose the **Storage Space** for the account (e.g., 500MB, 1GB, or unlimited).
6. Click **Create** to finalize the email account setup.

#### Step 4: Access Your New Email Account <a href="#step-4-access-your-new-email-account" id="step-4-access-your-new-email-account"></a>

After creating the email account, you can access it in multiple ways:

#### 1. Using Webmail <a href="#id-1-using-webmail" id="id-1-using-webmail"></a>

1. Go to `https://yourdomain.com/webmail`.
2. Enter your email address and password.
3. Choose a webmail client (e.g., **Roundcube** or **Horde**).
4. Click **Open** to access your inbox.

#### 2. Configuring in an Email Client (e.g., Outlook, Gmail, Thunderbird) <a href="#id-2-configuring-in-an-email-client-eg-outlook-gmail-thunderbird" id="id-2-configuring-in-an-email-client-eg-outlook-gmail-thunderbird"></a>

To use your email with a desktop or mobile email client:

1. In cPanel, go to **Email Accounts** and find your newly created email address.
2. Click **Connect Devices**.
3. Note the IMAP, POP3, and SMTP server settings provided.
4. Open your email client and enter the settings as prompted.

#### Step 5: Manage Email Account Settings <a href="#step-5-manage-email-account-settings" id="step-5-manage-email-account-settings"></a>

Once your email is set up, you can manage it under **Email Accounts** in cPanel:

* **Change Password** – Click **Manage** and update your email password.
* **Adjust Storage Limits** – Increase or decrease the allocated storage.
* **Delete an Email Account** – If no longer needed, remove it to free up space.

#### Step 6: Set Up Email Forwarding (Optional) <a href="#step-6-set-up-email-forwarding-optional" id="step-6-set-up-email-forwarding-optional"></a>

1. In cPanel, go to **Forwarders** under the **Email** section.
2. Click **Add Forwarder**.
3. Enter the email address you want to forward emails from.
4. Enter the destination email address where emails should be sent.
5. Click **Add Forwarder**.

#### Conclusion <a href="#conclusion" id="conclusion"></a>

Setting up an email account in cPanel is a straightforward process that allows you to create professional email addresses for your domain. Whether you access it via webmail, an email client, or set up forwarding, cPanel provides all the tools necessary to manage your email effectively.


---

# 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://learn.sitecove.com/how-to-guides/web-hosting/email-hosting-and-management/how-to-create-an-email-account-in-cpanel.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.
