# Configuring an Email Client

Configuring your email client is essential for seamless communication, and while different email clients may have varying layouts, the setup process is generally consistent across devices—be it a laptop, desktop, or mobile.

**Understanding Email Settings**

You can set up your email using two types of settings, with the main difference being the inclusion of SSL (Secure Sockets Layer). SSL is a cryptographic protocol that secures communications over a computer network, protecting email, instant messaging, and voice-over IP applications. Therefore, the choice between SSL and non-SSL settings is crucial for your email configuration.

**Email Settings Overview**

**1. Non-SSL Email Settings (Not Recommended)**

* **Incoming Server**: `mail.example.com` (replace with your domain)
* **Username**: Your full email address
* **Password**: The password for your email account
* **Incoming Port**:
  * POP3: **110**
  * IMAP: **143**
* **Outgoing Mail Server (SMTP)**:
  * **Server**: `mail.example.com`
  * **Port**: **25**
* **SSL**: Disabled
* **Authentication**: Required
* **SPA (Secure Password Authentication)**: Disabled

{% hint style="warning" %}
**Important**: Using non-SSL settings may expose your email communications to security risks. It is highly recommended to use SSL settings for enhanced security.
{% endhint %}

***

**2. SSL Email Settings (Recommended)**

* **Incoming Server**: `mail.example.com` (replace with your domain)
* **Username**: Your full email address
* **Password**: The password for your email account
* **Incoming Port**:
  * POP3: **995**
  * IMAP: **993**
* **Outgoing Mail Server (SMTP)**:
  * **Server**: `mail.example.com`
  * **Port**: **465**
* **SSL**: Enabled
* **Authentication**: Required
* **SPA (Secure Password Authentication)**: Disabled

***

**The cPanel Method**

You can also obtain these settings directly from your cPanel account. Here’s how:

1. **Log in to your cPanel account**.
2. **Search for "Email Accounts"** in the search bar or navigate to the Email section.
3. Next to your email account, look for the option to **connect devices**. Here, you’ll find the necessary settings for both SSL and non-SSL configurations.

**Troubleshooting Tips**

It's important to note that SNI-based SSL certificates may cause issues with some older email clients. If you encounter problems, ensure your incoming and outgoing server hostnames are set to `mail.yourdomain.com`.

{% hint style="info" %}
**Need Help?** If you run into any difficulties while setting up your email, our customer support team is available to assist you. Don’t hesitate to reach out!
{% endhint %}

#### Conclusion

By following these steps and using the recommended SSL settings, you can ensure a secure and reliable email experience. If you have any further questions, feel free to ask!


---

# Agent Instructions: 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/configuring-an-email-client.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.
