I use Xampp, and i would like email send with phpmailer.
My error has issued:
Extension missing: openssl
Mailer Error: Extension missing: openssl
I made all settings in php.ini: ;extension=php_openssl.dll
to extension=php_openssl.dll
and restart apache.
What is my problem? Thanks!!
---UPDATE----
It seems to have been solved in the OpenSSL problem. Now I get the following error message:
2018-03-15 09:24:02 Connection: opening to smtp.gmail.com:465, timeout=300, options=array() 2018-03-15 09:24:02 Connection: opened 2018-03-15 09:24:13 SERVER -> CLIENT: 2018-03-15 09:24:13 SMTP NOTICE: EOF caught while checking if connected 2018-03-15 09:24:13 Connection: closed SMTP Error: Could not connect to SMTP host. SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting Mailer Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting