Hi, I am trying to send emails using PHP Gmailer. But getting this error Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://smtp.gmail.com:465 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) Code (markup): I am not able to understand what is wrong, because the same code works fine when I upload to my webhost. Herez Some info: - I am running this code from my localhost (http://127.0.0.1) - I am using Windows XP Pro SP2 - Apache 2.2 - PHP Version 5.2.4 - allow_url_fopen and allow_url_include are turned On in PHP.ini Thanx in Advance
If I had to guess I would say its a firewall issue. You may have XP's Firewall turned on, and they probably block socket activity.