This feature requires PHP 7.2.0+ to work. So if you are using older version of PHP, please update to PHP 7.2.0+ first before enabling this feature.
This is a nice feature available from Helpdesk Pro version 4.2.0. It allows:
In order to use this feature, please:
Below are the meaning of some parameters (you can read https://www.php.net/manual/en/function.imap-open.php to understand the meaning of some parameters here)
Encryption
**Validate Certificates:
Setup Cron Job You should setup cron job to trigger System - Helpdeskpro Reply Via Email plugin to fetch new emails and to create new ticket or add comments to existing ticket. Follow instructions at https://stackoverflow.com/questions/11375260/cron-command-to-run-url-address-every-5-minutes to setup a cron job to make a request to the URL: https://domain.com/index.php?secret_code=TEST every 5 or 10 minutes (or the time you want) using CURL
You can ask for help from your hosting provider to setup it is needed. Sample cron job:
/5 * curl --request GET 'https://domain.com/index.php?secret_code=TEST'
Please note that for testing, you can also access to that PHP file directly from your web browser by entering https://domain.com/index.php?secret_code=TEST
See the instrunctions in this screenshot. That's the right solution to use
In case the parameters you entered into System - Helpdeskpro Reply Via Email plugin, and the system could not connect to the mailbox to get emails to process, the error message will be logged plugins/system/hdpreplyviaemail/logs.txt. You can check that folder to see if there is any error in case something not working as expected.