Notifications
Retirer tout
Ask questions
2
Posts
2
Utilisateurs
0
Reactions
5,486
Vu
Début du sujet
hi i can't send an email from my projeqtor..
it is returning this message :
PHPMail error : SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
when i open the link it refer to so much solution that im afraid to try
is there any sure solution for this problem
Thanks
Posté : 27 Nov PM 12:1111
Some time ago, gmail changed smtp policies.
SSL to port 465 does not work any more.
try :
smtp server : tls://smtp.gmail.com
smtp port : 587
Posté : 27 Nov PM 12:1111
