> 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-fix-email-sending-and-receiving-issues.md).

# How to Fix Email Sending & Receiving Issues

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

Email communication is essential for both personal and business use. However, sometimes you may encounter issues sending or receiving emails. These problems can be caused by incorrect settings, server issues, or email client misconfigurations. This guide will help you troubleshoot and fix common email issues effectively.

#### Step 1: Check Your Email Configuration Settings <a href="#step-1-check-your-email-configuration-settings" id="step-1-check-your-email-configuration-settings"></a>

Incorrect email settings are a common reason for email problems. Verify the following details in your email client:

* **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:** Your email account password
* **IMAP Port:** `993` (SSL) or `143` (non-SSL)
* **POP3 Port:** `995` (SSL) or `110` (non-SSL)
* **SMTP Port:** `465` (SSL) or `587` (TLS)
* **Authentication:** SMTP authentication should be enabled

Check these settings in **cPanel > Email Accounts > Connect Devices** to ensure they match your email client.

***

#### Step 2: Verify Your Internet Connection <a href="#step-2-verify-your-internet-connection" id="step-2-verify-your-internet-connection"></a>

If your internet connection is unstable or down, your email client may not be able to send or receive messages. Try these steps:

1. Open a web browser and visit any website to confirm connectivity.
2. Restart your modem or router if the connection is slow.
3. Use a different network (e.g., mobile hotspot) to test email functionality.

***

#### Step 3: Check Webmail Access <a href="#step-3-check-webmail-access" id="step-3-check-webmail-access"></a>

If you're experiencing issues in an email client (e.g., Outlook, Gmail), try logging into your email through webmail:

1. Go to `https://yourdomain.com/webmail`.
2. Enter your email address and password.
3. If you can send and receive emails here, the problem is likely with your email client settings.

***

#### Step 4: Verify Email Account Storage <a href="#step-4-verify-email-account-storage" id="step-4-verify-email-account-storage"></a>

If your email account has exceeded its storage limit, new emails may not be received. To check and free up space:

1. Log into cPanel and navigate to **Email Accounts**.
2. Locate your email address and check its storage usage.
3. Delete old emails or increase storage limits if necessary.

***

#### Step 5: Check SMTP Authentication <a href="#step-5-check-smtp-authentication" id="step-5-check-smtp-authentication"></a>

Outgoing email issues often occur due to missing SMTP authentication. To enable it:

1. In your email client, go to **Account Settings**.
2. Navigate to **Outgoing Mail Server (SMTP)**.
3. Ensure **My outgoing server requires authentication** is enabled.
4. Use the same credentials as the incoming mail server.

***

#### Step 6: Check Spam and Junk Folders <a href="#step-6-check-spam-and-junk-folders" id="step-6-check-spam-and-junk-folders"></a>

Sometimes, incoming emails may be marked as spam and moved to the junk folder. Check these folders and mark legitimate emails as "Not Spam" to prevent future filtering.

***

#### Step 7: Check DNS & MX Records <a href="#step-7-check-dns-mx-records" id="step-7-check-dns-mx-records"></a>

Incorrect DNS or MX records can affect email delivery. Verify these records in your domain settings:

1. Log into your domain registrar or hosting panel.
2. Ensure the **MX records** point to your mail server (`mail.yourdomain.com`).
3. Add or update SPF, DKIM, and DMARC records to improve email deliverability.

***

#### Step 8: Contact Your Hosting Provider <a href="#step-8-contact-your-hosting-provider" id="step-8-contact-your-hosting-provider"></a>

If none of the above steps resolve the issue, your hosting provider may be experiencing email server problems. Contact their support and provide details such as error messages and the troubleshooting steps you've taken.

***

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

Email sending and receiving issues can often be resolved by verifying settings, checking webmail access, ensuring storage availability, and confirming authentication details. Following these steps will help you quickly troubleshoot and resolve common email issues.


---

# 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-fix-email-sending-and-receiving-issues.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.
