How to forward client emails to the WHMCS Support Desk?

WHMCS can be configured to import any client e-mails you receive and create new tickets for them as needed. This is done using two similar methods, both are different forms of what’s known as piping.

For this tutorial, we’ll be using cPanel to set up the piping. You’ll get a general idea of what to do with other control panels, but more details can be found on the email piping page of the WHMCS documentation. Also watch the WHMCS video on this topic to summarize what you learned in detail.

  1. Start by logging into WHMCS admin panel and going to the Setup menu.setup-from-whmcs
  2. Next, mouse hover Support.choose-support-from-the-drop-down-menu
  3. Then, click Support Departments.select-support-department-from-the-submenu
  4. These are the two commands that you’ll need to choose from, based on the control panel used by your server. The first is preferred and is recommended for cPanel and DirectAdmin, while the second will work for anything else.support-ticket-departmets-interface
  5. If you’re using DirectAdmin, note that you must put the command inside of quotation marks “” for it to work.
  6. The second command essentially sets up a cron job that checks for new mail every 5 minutes. It requires that you have the IMAP module for PHP installed.
  7. You’ll need to be sure to configure the POP3 settings listed under each department’s settings when using the second command.
  8. For cPanel accounts that use the X3 theme, you only need to use the selected portion of the command.code-edit-fro-accounts-using-cPanel-X3
  9. If your control panel has a simplified way for you to add cron jobs (as cPanel does), you simply need to use the highlighted portion of this command and set it to run every 5 minutes.code-for-ticket-importing-using-POP3
  10. Select and copy the command or portion of a command you need and proceed to your control panel. For this tutorial, we’re using cPanel X3.code-edit-fro-accounts-using-cPanel-X3
  11. Go to Forwarders.click-on-cpanel-email-forwarder
  12. Enter the address to forward to WHMCS. Make sure the correct domain is selected.type-in-the-required-address-to-forward
  13. Now click Advanced Options.click-on-advance-options-button
  14. Select Pipe to a Program.select-pipe-to-program
  15. Paste the command you selected earlier.paste-the-copied-part-of-code
  16. Click Add Forwarder.click-add-forwarder-button
  17. That’s it! The e-mail forwarder has been set up to pipe support e-mails to WHMCS.success-screen-after-adding-the-new-forwarder
  18. Set up forwarding for any additional support e-mails in the exact same fashion.
  19. If you encounter any problems at all, be sure to check out the documentation, as found in the help menu.

This completes the demonstration. You should be well on your way to setting up automatic e-mail forwarding to WHMCS.

Forward client emails to the WHMCS Support Desk