# How to Set Up SMTP in cPanel

#### Setting Up SMTP in cPanel

Hosting your email on your domain not only strengthens your brand but also ensures your data remains secure and private. Using cPanel & WHM, you can easily set up and connect your email accounts via SMTP (Simple Mail Transfer Protocol).

#### What is SMTP?

SMTP is a protocol that enables applications to send emails over the internet. It is essential for configuring outgoing emails, alongside POP3 and IMAP, which manage incoming messages.

{% hint style="info" %}
Understanding SMTP is vital for effective email management.
{% endhint %}

#### Steps to Set Up SMTP in cPanel

1. **Check Email Account Setup**: Ensure your email account is created. Refer to our guide for assistance if needed.
2. **Log in to Your Email**: Access your email through your domain's webmail. Locate the email account you want to configure and click **Connect Devices**.
3. **Gather SMTP Details**:
   * **Full Email Address**: Use this as your username.
   * **Email Password**: This will serve as your password.
   * **SMTP Host**: Either your domain or the server's hostname.
   * **SMTP Port**: Usually **465** for SSL or **25** for non-SSL.

{% hint style="success" %}
Opt for SSL/TLS settings for enhanced security during email transmission.
{% endhint %}

4. **Configure Your Email Client**: Input the SMTP details into your email client. If your client isn't listed, check the manual settings at the bottom of the Connect Devices page.

#### Final Notes

The SMTP setup process is typically straightforward. Should you face any challenges, our support team is always ready to assist!

{% hint style="warning" %}
Ensure your email client is up-to-date to avoid compatibility issues with SMTP settings.
{% endhint %}


---

# 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/how-to-set-up-smtp-in-cpanel.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.
