Finally the email.test.php worked fine. The issue now is that after I configured a Notification and its trigger but I do not receive any mail. I have tried make a notification when a request is created. Could someone give me a tip?
I was bypassing the sendmail package, but now, apparently works. I still have an issue: If I send an email from email that belongs to the internal domain (i.e. xxx@inaes.gob.mx) to an email in gmail (i.e. xxx@gmail.com) works. If I send an email from email that belongs to gmail (i.e. xxx@gmail.com) to an email in gmail (i.e. xxx@gmail.com) works. If I send an email from email that belongs to gmail (i.e. xxx@gmail.com) to an email that belongs to the internal domain (i.e. xxx@inaes.gob.mx) , it DOES...
Testing email.test php, I received the message: "Failed to authenticate on SMTP server with username using 1 possible authenticators". Where can i find the user and password the smtp mail server (swift smtp) was created along the itop installation?. I guess those are the required in the config-itop.php configuration file to be able to authenticate on the SMTP server. Thanks
In my config-itop.php file can´t find the variables: email_transport_smtp.host, email_transport_smtp.password nor email_transport_smtp.username. I have changed email_transport to SMTP. Is it ok adding this variables along with their values?
Could someone help me?. I'm trying to use the email test utility and I'm receiving "Some recipients were invalid". What should I check. I've installed iTop on Virtual Machine with Ubuntu 18.04 LTS.
For iTop 2.5 what should we use in order to email test works fine, PHPMail or SMTP in the email_transport config parameter?
Could someone help me?. I'm trying to use the email test utility and I'm receiving "Some recipients were invalid". What should I check. I've installed iTop on VM with Ubuntu 18.04 LTS.
I have tried: chown www-data:www-data log/ and the error: The directory '/var/www/html/itop/log' exists but is not writable for the application. is gone. I hope that's ok.