Find answers to your questions

Documentation

How to create a cPanel Email Forwarder

  • 1

An email forwarder, as the name suggests, will forward all incoming emails to another address or program. There is no inbox for a forwarding account, and nothing is stored, which means in the case of spam, an email forwarder can also be used to dispose of any unwanted messages that end up cluttering your inbox.

Creating the account

In order to use the forwarding option, you have to set up the e-mail account forwarder in cPanel.

  1. Log into cPanel at yourdomain.com/cpanel
  2. Go to the Email section, then select Forwarders
  3. Click the Add Domain Forwarder button
  4. Type in the email address you wish to forward.
  5. You have several alternatives for the destination:
    1. Forward to Email Address - just get in the destination email address you want to use
    2. Discard and send out a mistake to the sender (at SMTP time) - here you can configure a message that will go back to the sender.
    3. Pipe to a Program - if you want to process the received messages with a PHP program for instance.
    4. Discard (Not Recommended) - as the name states, the message will be discarded.
  6. Click the Add Forwarder button. Once you see the green Success message, your forwarder has been produced.

Domain email forwarders

cPanel also gives you the ability to create domain email forwarders, which work on the same principle as regular email forwarders.

  1. Log into cPanel at yourdomain.com/cpanel
  2. Go to the Email section, then click on Forwarders
  3. Click the Add Domain Forwarder button
  4. Choose the Domain from the drop-down menu.
  5. Enter the desired destination domain in the box on the right.
  6. Click the Add Domain Forwarder button.
    • “All email sent out to "domain1.com" will now be copied to "domain2.com".” will appear once the forwarder has been created.


It's not necessary to have an e-mail account already made for that e-mail address to set up a forwarder. The last destination email address can exist on the regional server or on another server.


If you still have questions about cPanel email forwarders, please contact us by opening a support ticket or through our online live chat feature.

Related Articles

How to empty my DNS cache Overview Your DNS cache stores the locations (IP addresses) of web servers that contain web pages which you have recently viewed. If the location of the web server changes before the entry in your DNS cache updates, you can no longer access the site. If you encounter a large number of HTML 404 error codes, you... What is cPanel? cPanel is a control panel with which you can manage almost any element of your cPanel hosting account. The interface is very easy to use - cPanel works constantly to improve the platform by staying on the cutting edge of technology as well as constantly updating its various security measures, making it... How cPanel & WHM Improved Email Hosting cPanel and WHM have gone through some serious upgrades to their Email Hosting features throughout the versions. Just in the past 2 years, the cPanel team have made it easier than ever for web hosting providers, system administrators, and all other cPanel users to be able to host email accounts. ... CURL: could not resolve host: cpanel.net Error: curl: (6) Could not resolve host: securedownloads.cpanel.net; Unknown error Fix: Edit: nano -w /etc/resolv.conf Add the following lines: nameserver 8.8.8.8 nameserver 8.8.4.4 If you still have questions or concerns, feel free to contact us by opening a support ticket or with... How can I activate my paid license after a trial? You can do this by running this command in SSH: /usr/local/cpanel/cpkeyclt It should look something like this: [root@cpanel home]# /usr/local/cpanel/cpkeyclt Updating cPanel license...Done. Update succeeded. Building global cache for cpanel...Done [root@cpanel home]# If you still have...