Here is the solution to SMTP connect() failed
-
I have seen lots of people having trouble with SMTP connect() failed error in PHP 7.
I was also having the same issue. Here is the solution that I found.
The trouble was the password. Yes believe it or not, it’s just the password.
Whosoever is having this issue please check if you have % sign in your password.
Just change your password to use simple characters and the issue would be resolved.
Atleast it did for me ??
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Here is the solution to SMTP connect() failed’ is closed to new replies.