Hi
Im tried to configurate ProjeQtOr with SMTP emailing, Im using a Debian Jessie server with SendMail installed, but i have a problem.
In the Global parameters i set :
Im using a email account with TLS security but i dont know how i set this in ProjeQtOr, by the way the apache logs show me this when i send a email notification:
[Wed Feb 10 16:11:29.529525 2016] [:error] [pid 26197] [client 172.26.14.12:36833] PHP Fatal error: Call to undefined function getParamtersList() in /var/www/projeqtor/tool/saveDataToSession.php on line 49, referer: http://172.26.16.188/view/main.php
In the tools section > Email Sent i got this message with 'sent status' in 'wait':
Thanks for the help.
I am not an expert, but I think TLS use another port.
Port : 465
TLS uses (in standard) port 587
Port 465 is for SSL protocole.
If you dont specify protocole in host definition, protocole will be guessed from port
25 : standard smtp (not encrypted)
465 : SSL
587 : TLS
If you want to force TLS (for instance if you use TLS on a non standard port) ust specify it on host definition
smtp server : tls://mail.xxx.xx
Thanks for the help !
I solved it !! I just installed libphp-phpmailer and sendmail with aptitude in Debian.
I change the port and the smtp server from this tls://mail.xxx.xx to mail.xxx.xx. And works!!!

