Schedule A Live Demo - Click Here to Reserve Your Spot Now

Email Piping / Auto Importing Tickets

You are here:
Estimated reading time: 4 min

Email Piping is a feature in the CRM to auto-open or replies to tickets from email.

 

You can’t use both methods for auto importing tickets. You need to configure only 1 method (cPanel Forwarders or IMAP) depending on your requirements.

 

  • On your mail server, you must create a unique email account for each support department, this must be a full inbox.
  • In the CRM navigate to Setup -> Support -> Departments > Edit and enter your email address for this department.

Email forwarders method (cPanel Method 1)

  1. Login to your cPanel account
  2. Go to the Forwarders section and set up forwarder using the following command based on your department “php -q /home/username/public_html/crm/pipe.php” . Eq. If your department is Info and you setup info@yourdomain.com as email in the department you should forward this email. Repeat this step for each department.
Email Piping, cPanel Forwarders
TIP: You can check the pipe path into Setup -> Settings -> Tickets -> Email Piping.

IMAP  (Method 2)

This method auto imports tickets directly by reading your email.

  • If you want to use this method you need to have set up a cron job.
  • The cron will run each 5 minutes and will check for new tickets.

NOTE: The script will check only non-opened emails to prevent checking all the emails again and again and avoid slowing down the system. After checking the email if you don’t have checked delete after import the script will auto mark the email as READ.

If you are setting up an existing email address that has a lot of emails make sure that all emails are marked as READ to prevent importing spam emails when the cron job will run and read your emails the first time.

Your PHP build needs IMAP support for this method to function correctly.

  1. On your mail server create a unique email account for each support department. This must be full inbox alias email is not supported.
  2. Navigate to Setup->Support->Departments for each department add your IMAP credentials, click test IMAP connection to test if the connection is successful and your credentials are good.
  3. Follow the test steps mentioned below.

Gmail IMAP Auto Import Notes

  1. If you are using google apps account make sure you verified your domain name.
  2. If you are using google apps account make sure you enable IMAP.
  3. If you get a connection refused while testing an IMAP connection check that your server’s firewall isn’t blocking traffic to Google.
  4. Make sure you have enabled less secure apps
  5. For the IMAP server try imap.gmail.com
  6. Check encryption SSL

To control/block any spam emails you should visit Setup->Support->Spam Filters.


Testing the Email Piping

If you are using the IMAP auto importing tickets method you will need to wait 5 minutes for the cron job to run.

After you set up, try sending some test emails. If everything is good a new ticket will be opened inside the CRM. While testing you should not use your or any staff address to send a message.

Staff email addresses are only for ticket replies only and you cant create a new ticket with staff email.

Should a ticket not be created when sending in an email, then check in Utilities > Ticket Pipe Log. If the message was received by the CRM it will be listed here with the reason why it failed to create a ticket. If the message you sent is not listed here, then the forwarder you set up previously is not working correctly and the CRM didn’t receive the message.

If you get the error message “Ticket ID Not Found” this means you are trying to open a support ticket from your staff email address.

Staff can only reply to tickets, not open new ones so submit a ticket from any other email address and it should be accepted.

Known problems you can encounter

If an email has not been piped into the ticket system the first reference point is Utilities > Ticket Pipe Log. This shows all the emails processed by the CRM email piping process and any errors that may have occurred, explanations of the three most common errors are below:

Ticket ID Not Found

This means you are using an email address assigned to staff to send your email. Staff can only reply to tickets and can’t open new tickets sending an email to the support emails.
If you want to test, you must send an email from an email address that is not assigned to staff into the CRM.

Only Replies Allowed by Email

The log means that an email was received to the department email address, but the subject did not contain a ticket ID. If you have set to Yes Only Replies Allowed by Email option located in Setup -> Settings -> Support->Email Piping config the email is rejected from the system.

Inline attachment not included in ticket body (cPanel forwarder method)

Sometimes it’s not possible for us to fetch the inline attachments from the email body and include them in the ticket. Only regular attachments will be imported.

New Tickets/Replies are Imported Twice

Make sure that you are not using the IMAP and cPanel forwarder methods together, you should either use IMAP OR cPanel forwarder to auto import tickets.
If you are using the pipe.php (cPanel forwarder method), can you navigate to Setup->Support->Departments and make sure that in your departments the IMAP host and password are blank?

Troubleshooting

If an email has not been piped into the ticket system and it is not listed in the Utilities > Email Pipe Log then these steps can be followed to identify the cause of the problem. There are different procedures depending upon whether the email forwarder piping method is used.

No Log outputted in the Email Pipe Log or Getting Mail Delivery

If no email pipe log when sending an email to your piped email address then the forwarder entry is not correct and the message is not being sent to the pipe.php file.

To correct this, first ensure the pipe.php file is chmod to 755.

If still not working try one of the following commands:

/usr/bin/php -q /home/username/public_html/crm/pipe.php 
/usr/local/bin/php -q /home/username/public_html/crm/pipe.php 
Was this article helpful?
Dislike 0
Views: 36