cancer10
10-11-2008, 05:25 PM
Hi,
I am trying to send emails using PHP Gmailer (http://www.vulgarisoip.com/category/phpgmailer/).
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?)
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
I am trying to send emails using PHP Gmailer (http://www.vulgarisoip.com/category/phpgmailer/).
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?)
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