Jump to content

WHMC Google Apps Fetching vs Piping


nipez

Recommended Posts

My host has told me that I cannot use Cpanel email piping when using WHMCS - told me the read the endsupport/config.php file for more info.

 

Is this all I should have to do?

 

 

$departments[] = array(

'name' => 'Billing', // Department name in WHMCS

'forward_as' => 'Billing', // Department to forward to EndSupport as

'email_user' => 'user@domain.com', // Required for BOTH piping and fetching

'pipe_email' => false, // Pipe e-mail (cPanel)?

'fetch_email' => true, // Fetch e-mail (POP3/IMAP)?

'email_host' => 'pop.gmail.com', // POP3 server host name (fetch only)

'email_port' => 995, // Usually 110, Gmail uses 995 (fetch only)

'email_tls' => true, // Usually false, true for Gmail (fetch only)

'email_pass' => 'SecurePassword', // Authentication password (fetch only)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated