eltrino / diamantedesk-application

DiamanteDesk
http://diamantedesk.com/
Other
118 stars 42 forks source link

Run email processing #75

Open xseth opened 6 years ago

xseth commented 6 years ago

Hello,

From the last update I try to check every minutes mailbox to check and create new ticket with: php7.1 /app/console oro:cron:diamante:emailprocessing:general Start General Email Processing

[Zend\Mail\Protocol\Exception\RuntimeException] cannot connect to host ; error = fsockopen(): unable to connect to :143 (php_network_getaddresses: getaddrinfo failed: Name or service not known) (errno = 0 )

[ErrorException] fsockopen(): unable to connect to :143 (php_network_getaddresses: getaddrinfo failed: Name or service not known)

[ErrorException] fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known

I didn't have that mistake before.

Innov2016 commented 5 years ago

I have the same issue and even tried it with php5.6. Any resolution?