I'm trying to send an email from cron using the CakePHP shell, but I get the following error: "Could not find ssl socket transfer" - did you forget to enable it when setting up PHP ?: 0 ",
The problem is only on the local server, I am using the WAMP server, and the php_openssl extension is correctly enabled. When I checked if the extension was loading from the controller, everything seemed fine, but when I debug the shell action, the extension didn't seem to load. In addition, when I try to send an email from the controller, the email is sent successfully. I use gmail credentials, so ssl requirement.
thank
source
share