How do I set up email forwarders?

Email forwarders (Aliases) allows you to send a copy of all the email sent to a specific email address on to another email address (can be external).

  1. Log into your cPanel account
  2. Under Email, click Forwarders 
  3. On the Forwarders page, click Add Forwarder.
  4. On the Add a New Forwarder page, fill in the following sections. Below is a brief Description of the options:
    Address: Type the email address username in the Address to Forward: field, and select the domain from the drop-down box
    Destination: Type the email address that you want to forward emails to, and click Add Forwarder.
  5. Click the Add Forwarder button
  6. Now all email sent to the address specified will be forwarded to your destination address.

Please be aware that Gmail occasionally blocks forwarded emails. Please refer to our My forwarder to @gmail.com is being blocked or bounced article when this happens.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

What database settings do I use for scripts?

Server Hostname: localhost Database Username: <your username>_<database name> e.g....

How do I add a wildcard subdomain for Wordpress MU?

This can be easily done by logging into your cPanel control panel and clicking on "Subdomains"....

Do you support Silverstripe Hosting?

Yes, we run Linux servers designed to run the New Zealand developed Silverstripe application. If...

Strict Standards Errors for PHP

If you are getting errors similar to:Strict Standards: Non-static method JLoader::import() should...

Fix permissions of all directories and files

To change all the directories to 755 (-rwxr-xr-x): find /home/xxx/public_html -type d -exec...