> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crazynode.in/llms.txt
> Use this file to discover all available pages before exploring further.

# Email Accounts

> Create and configure custom email addresses on your domain with CrazyNode Web Hosting.

CrazyNode Web Hosting includes free email accounts on your domain — e.g., `you@yourdomain.com`. Set up mailboxes, forwarders, and configure clients like Outlook and Gmail.

## Creating an email account

<Steps>
  <Step title="Open the hosting panel">
    From the client area, click **Manage** on your hosting service.
  </Step>

  <Step title="Go to Email Accounts">
    In cPanel: **Email → Email Accounts**. In CyberPanel: **Email → Create Email**.
  </Step>

  <Step title="Set username, domain, password, quota">
    Example: `hello@yourdomain.com`. Pick a strong password.
  </Step>

  <Step title="Save">
    The mailbox is ready immediately.
  </Step>
</Steps>

## Accessing your email

### Webmail

Open `https://yourdomain.com/webmail` (or `https://mail.yourdomain.com`) and log in with your full email address.

### Email client configuration

| Setting             | Value                                                        |
| ------------------- | ------------------------------------------------------------ |
| **Incoming (IMAP)** | `mail.yourdomain.com` — port `993` (SSL)                     |
| **Incoming (POP3)** | `mail.yourdomain.com` — port `995` (SSL)                     |
| **Outgoing (SMTP)** | `mail.yourdomain.com` — port `465` (SSL) or `587` (STARTTLS) |
| **Username**        | Full email address                                           |
| **Password**        | Mailbox password                                             |

<Tip>
  Use **IMAP** if you check email from multiple devices. Use **POP3** only if you want to download and delete mail from a single device.
</Tip>

## Forwarders

Automatically redirect mail from one address to another:

1. Panel → **Forwarders** → **Add Forwarder**.
2. Enter source (e.g., `sales@yourdomain.com`) and destination (e.g., `you@gmail.com`).
3. Save.

## Improving deliverability (SPF, DKIM, DMARC)

Add these DNS records so your mail doesn't land in spam:

| Type | Name                 | Value                                                   |
| ---- | -------------------- | ------------------------------------------------------- |
| TXT  | `@`                  | `v=spf1 +a +mx +ip4:YOUR_HOSTING_IP ~all`               |
| TXT  | `default._domainkey` | (DKIM key from the panel)                               |
| TXT  | `_dmarc`             | `v=DMARC1; p=quarantine; rua=mailto:you@yourdomain.com` |

The panel can auto-generate DKIM keys. See [DNS records](/web-hosting/dns) for adding records.
