Notifications
Clear all
Topic starter
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
Posted : 27 Nov 2015 12H07
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
Posted : 27 Nov 2015 12H58
