nipez Posted May 7, 2012 Share Posted May 7, 2012 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) 0 Quote Link to comment Share on other sites More sharing options...
Lawrence Posted May 8, 2012 Share Posted May 8, 2012 Not sure what you are referring to by the endsupport/config.php file, but to configure Google Apps for your support departments, you would use the following instructions http://docs.whmcs.com/Email_Piping:_Google_Apps 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.