Unable to find the socket transport “ssl”, CakePHP sending e-mail from shell
I am trying to send an e-mail from a cron using CakePHP shell but I am getting the following error "Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?: 0". The problem is on local server only, I am using WAMP server and the php_openssl extension is correctly turned on. When I checked if the extension is being loaded from a controller everything seems fine but when I debug the shell action, the extension doesn't seem to be loaded. Furthermore when I try to send an e-mail from a controller, the e-mail is successfully sent. I am using gmail