> 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-configure-email-in-outlook-and-gmail.md).

# How to Configure Email in Outlook & Gmail

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

Once you've created an email account in cPanel, the next step is configuring it with your preferred email client, such as Microsoft Outlook or Gmail. This allows you to send and receive emails seamlessly from your domain-based email. This guide will walk you through setting up your email in both Outlook and Gmail.

#### Step 1: Gather Email Configuration Settings <a href="#step-1-gather-email-configuration-settings" id="step-1-gather-email-configuration-settings"></a>

Before setting up your email in Outlook or Gmail, you’ll need the following details:

* **IMAP (Incoming) Server:** `mail.yourdomain.com`
* **POP3 (Incoming) Server:** `mail.yourdomain.com`
* **SMTP (Outgoing) Server:** `mail.yourdomain.com`
* **Username:** Your full email address (e.g., `you@yourdomain.com`)
* **Password:** The password you set when creating the email account
* **Port for IMAP:** 993 (SSL) or 143 (non-SSL)
* **Port for POP3:** 995 (SSL) or 110 (non-SSL)
* **Port for SMTP:** 465 (SSL) or 587 (TLS)

You can find these settings in cPanel by navigating to **Email Accounts > Connect Devices**.

***

#### Step 2: Configure Email in Outlook <a href="#step-2-configure-email-in-outlook" id="step-2-configure-email-in-outlook"></a>

#### 1. Open Outlook & Add a New Account <a href="#id-1-open-outlook-add-a-new-account" id="id-1-open-outlook-add-a-new-account"></a>

1. Open **Microsoft Outlook**.
2. Click **File** > **Add Account**.
3. Select **Manual setup or additional server types**, then click **Next**.
4. Choose **POP or IMAP** and click **Next**.

#### 2. Enter Account Details <a href="#id-2-enter-account-details" id="id-2-enter-account-details"></a>

1. **Your Name:** Enter your full name or business name.
2. **Email Address:** Enter your domain email (e.g., `you@yourdomain.com`).
3. **Account Type:** Choose **IMAP** (recommended) or **POP3**.
4. **Incoming Mail Server:** Enter `mail.yourdomain.com`.
5. **Outgoing Mail Server (SMTP):** Enter `mail.yourdomain.com`.
6. **Username:** Your full email address.
7. **Password:** Your email password.

#### 3. Configure Advanced Settings <a href="#id-3-configure-advanced-settings" id="id-3-configure-advanced-settings"></a>

1. Click **More Settings** > **Outgoing Server** tab.
2. Check **My outgoing server (SMTP) requires authentication**.
3. Under the **Advanced** tab:
   * Set **IMAP port** to `993` and encryption to **SSL**.
   * Set **SMTP port** to `465` (SSL) or `587` (TLS).
4. Click **OK**, then **Next**.
5. Outlook will test the settings; if successful, click **Finish**.

***

#### Step 3: Configure Email in Gmail <a href="#step-3-configure-email-in-gmail" id="step-3-configure-email-in-gmail"></a>

#### 1. Add Your Domain Email to Gmail <a href="#id-1-add-your-domain-email-to-gmail" id="id-1-add-your-domain-email-to-gmail"></a>

1. Open **Gmail** and go to **Settings** (gear icon) > **See all settings**.
2. Click the **Accounts and Import** tab.
3. Under **Check mail from other accounts**, click **Add a mail account**.
4. Enter your email address (e.g., `you@yourdomain.com`) and click **Next**.

#### 2. Configure Incoming Mail (POP3) <a href="#id-2-configure-incoming-mail-pop3" id="id-2-configure-incoming-mail-pop3"></a>

1. Choose **Import emails using POP3** and click **Next**.
2. Enter the following details:
   * **Username:** Your full email address.
   * **Password:** Your email password.
   * **POP Server:** `mail.yourdomain.com`
   * **Port:** `995`
   * Check **Always use a secure connection (SSL)**.
3. Click **Add Account**.

#### 3. Configure Outgoing Mail (SMTP) <a href="#id-3-configure-outgoing-mail-smtp" id="id-3-configure-outgoing-mail-smtp"></a>

1. Select **Yes, I want to be able to send mail as** [**you@yourdomain.com**](mailto:you@yourdomain.com), then click **Next**.
2. Enter your name and check **Treat as an alias**.
3. Enter the following SMTP details:
   * **SMTP Server:** `mail.yourdomain.com`
   * **Port:** `465` (SSL) or `587` (TLS)
   * **Username:** Your full email address
   * **Password:** Your email password
4. Click **Add Account**.
5. Gmail will send a confirmation email to your domain email. Click the verification link to complete the setup.

***

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

Configuring your domain email in Outlook and Gmail ensures smooth communication and professional email management. Whether you prefer a desktop client like Outlook or web-based Gmail, following these steps will enable you to send and receive emails efficiently.


---

# 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-configure-email-in-outlook-and-gmail.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.
