automatic creation of applications from mail does not work
Posted: Wed Apr 06, 2022 6:02 am
Good afternoon!
Installed HESK 3.2.5, PHP version 7.4.3 (MySQLi)
Automatic creation of tickets via email does not work. The following items are configured and tested in the settings:
-Send using: SMTP Server
-Email piping: enable
-Receiving by POP3: enable
The smtp and pop3 tests pass successfully.
Then, according to the instructions on the link: https://www.hesk.com/knowledgebase/?article=65#:
Made hesk_pop3.php executable, then added the task to cron: */1 * * * * /home/user/hesk325/inc/mail/hesk_pop3.php >/dev/null 2>&1 created even without >/dev/null 2 >&1 nothing happens.
When manually running the /home/user/hesk325/inc/mail/hesk_pop3.php file, an error occurs:
[HESK] POP3 FETCHING IS DISABLED IN SETTINGS.
But with all this, if I go to the site: http://192.168.16.19/hesk/inc/mail/hesk ... u42h7n0nn_ I immediately receive all letters in tickets.
If you run /home/user/hesk325/inc/mail/hesk_pipe.php then the error is: [HESK] EMAIL PIPING IS DISABLED IN SETTINGS. Although in the settings -E-mail piping: enable.
Installed HESK 3.2.5, PHP version 7.4.3 (MySQLi)
Automatic creation of tickets via email does not work. The following items are configured and tested in the settings:
-Send using: SMTP Server
-Email piping: enable
-Receiving by POP3: enable
The smtp and pop3 tests pass successfully.
Then, according to the instructions on the link: https://www.hesk.com/knowledgebase/?article=65#:
Made hesk_pop3.php executable, then added the task to cron: */1 * * * * /home/user/hesk325/inc/mail/hesk_pop3.php >/dev/null 2>&1 created even without >/dev/null 2 >&1 nothing happens.
When manually running the /home/user/hesk325/inc/mail/hesk_pop3.php file, an error occurs:
[HESK] POP3 FETCHING IS DISABLED IN SETTINGS.
But with all this, if I go to the site: http://192.168.16.19/hesk/inc/mail/hesk ... u42h7n0nn_ I immediately receive all letters in tickets.
If you run /home/user/hesk325/inc/mail/hesk_pipe.php then the error is: [HESK] EMAIL PIPING IS DISABLED IN SETTINGS. Although in the settings -E-mail piping: enable.