You are not logged in.
Good afternoon!
I'm using GLPI in Windows Server 2016 running Xampp webservice. Application is running however I am having problems sending emails, searching I found several articles talking to create in the Windows task scheduler routine to execute the command below, however when I execute the command to force the cron sending the emails it besides not sending email hangs the Apache service where it has to restart. Does anyone have any idea how I can correct this email problem in GLPI?
c:/xampp/php/php.exe -f C:/xampp/htdocs/glpi/front/cron.php
Versions I'm using:
Windows Server 2016
XAMPP Version: 5.6.33
GLPI 9.2.1
Last edited by rogerio.g.costa (2018-08-04 03:28:41)
Offline
What's the port that your're using?? May I see a screenshot??
Roberto Flores
Telegram: @rcfloresh
Grupo de GLPI Español (Telegram): https://t.me/glpisp // Discord: https://discord.gg/NXwp2UjC
Offline
Below XAMPP configuration:
https://imgur.com/a/6rFPjgf
Automatic sending is stopping. E-mail out of the queue forcing manual submission:
https://imgur.com/a/obyo1XY
E-mail stopped in the queue, just send manually by the button Actions> send
https://imgur.com/a/PkQAtQY
Last edited by rogerio.g.costa (2018-07-30 21:59:42)
Offline
Sorry,
Please help, I use XAMPP 7.x setup GLPI
After Database Create, It stop, and show CAS extension is not present
How to enable it
Offline
Mailgate is for receiving mails not for sending!
Trouver la panne avant de réparer...
GLPI10.0.16 (ubuntu 22.04 PHP8.1 Mariadb10.6 ) plugins : comportements 2.7.3 reports 1.16.0 formcreator 2.13.9, datainjection 2.13.5 fields 1.21.9
Offline
Bom dia! Acabei de resolver esse problema, abaixo segue os passos
GLPI Versão 10
1 - Criei um arquivo.bat com o conteudo abaixo (Atualiza e-mails e Notificaçoes), com o nome de atualizafila e coloquei o arquivo no caminho do XAMPP "C:\xampp\php"
php C:\xampp\htdocs\glpi\front\cron.php --force mailgate
php C:\xampp\htdocs\glpi\front\cron.php --force queuednotification
2 - Realizei a criação de uma JOB Básica do windows com o programa C:\xampp\php\atualizafila.bat e em iniciar em coloquei "C:\xampp\php".
E tudo rodou
Offline