SMTP Error: Cannot Connect To SMTP Host

Asked By 0 points N/A Posted on -
qa-featured

An error occurred as an SMTP during my PHP coding. The error says SMTP Error: Cannot Connect to SMTP host. ? The server neglects the connection and thus not able to perform the dedicated functionality properly. Can you help in solving the issue related to the same?

SHARE
Answered By 0 points N/A #317876

SMTP Error: Cannot Connect To SMTP Host

qa-featured

Add the correct data for the connection to the SMTP server. To deal with this error you have to make proper changes in the php.ini file. You have to paste this line in “php.ini”: extension = php_openssl.dll – Or delete the character “;” if this line already exists, but with; before. You must use a version of PHP with the php_openssl.dll file. This will bring the solution to your SMTP problem.

Related Questions