Forum

[SOLVED] Mail SMTP ...
 
Notifications
Retirer tout

[SOLVED] Mail SMTP Configuration - Status wait

4 Posts
3 Utilisateurs
0 Reactions
4,657 Vu
(@dasilvaelio)
Posts: 2
New Member
Début du sujet
 
[#3019]

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.


 
Posté : 10 Fév PM 23:022
(@richard-pare)
Posts: 165
Active Member
 

I am not an expert, but I think TLS use another port.

Port : 465


 
Posté : 11 Fév PM 16:022
(@babynus)
Posts: 14952
Membre Admin
 

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


 
Posté : 11 Fév PM 16:022
(@dasilvaelio)
Posts: 2
New Member
Début du sujet
 

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!!!


 
Posté : 11 Fév PM 17:022
Share:
Retour en haut