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

# Forwarders

> Send mail from one address to another, or fan out to many recipients.

Forwarders pass incoming mail to a different address without keeping a mailbox of their own. Two flavors live here: address forwarders (send `info@yoursite.com` to your personal Gmail) and domain forwarders (forward every address on `oldsite.com` to the same address on `newsite.com`).

Open it from cPanel home → **Email** → **Forwarders**.

<Frame caption="Forwarders page with existing rules and Add buttons">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/email-management/forwarders/page-light.png" alt="Forwarders page listing address and domain forwarders" className="block dark:hidden" />

  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/email-management/forwarders/page-dark.png" alt="Forwarders page listing address and domain forwarders" className="hidden dark:block" />
</Frame>

## Create an address forwarder

<Steps>
  <Step title="Click Add Forwarder">
    Top of the Forwarders page.
  </Step>

  <Step title="Pick the source address">
    Type the local part (e.g. `info`) and pick the domain.
  </Step>

  <Step title="Choose where it goes">
    Most common: **Forward to email address** with a single destination. You can also discard with a custom error message, or pipe the mail to a script (advanced).
  </Step>

  <Step title="Save">
    Click **Add Forwarder**. Forwarders apply immediately.
  </Step>
</Steps>

## Forward to multiple recipients

cPanel doesn't let you set multiple destinations on one forwarder directly, but you can stack them: create separate forwarders all pointing the same source at different destinations. Mail sent to the source gets duplicated to each.

For larger fan-out, use [Mailing Lists](/web-hosting/cpanel/email-management/mailing-lists) instead.

## Domain-wide forwarders

Use this when you've moved a domain and want every address on the old domain to flow to the new one. The mapping preserves the local part: `anything@oldsite.com` becomes `anything@newsite.com`.

Click **Add Domain Forwarder**, pick the source domain, type the destination domain, save.

## Tips

* **Forwarders break SPF.** Mail forwarded from `info@yoursite.com` to a Gmail address will have your SPF record applied to a sender who isn't you. Many providers reject this. Consider [setting up the mailbox proper](/web-hosting/cpanel/email-management/email-accounts) and pulling it from Gmail with IMAP instead.
* **Loops.** Forwarding `a@yoursite.com` to `b@yoursite.com` and `b` to `a` creates a loop. cPanel detects most loops, but watch for circular paths through external addresses.
* **Forwarders survive mailbox deletion.** Deleting a mailbox doesn't remove forwarders pointing at the same address. Clean them up here too.

## Need a hand?

<CardGroup cols={2}>
  <Card title="Open a ticket" icon="life-ring" href="https://members.noxity.io/submitticket.php">
    Best for anything that needs an account check or a config change on our end.
  </Card>

  <Card title="Live chat" icon="messages" href="https://noxity.io/contact">
    Faster for quick questions during business hours.
  </Card>
</CardGroup>
