Forum

[SOLVED] PHPMail er...
 
Notifications
Clear all

[SOLVED] PHPMail error : SMTP connect() failed.

2 Posts
2 Users
0 Reactions
5,487 Views
(@soblog)
Posts: 26
Active Member
Topic starter
 
[#2767]

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
(@babynus)
Posts: 14952
Member Admin
 

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
Share:

Scroll to Top