Hi,
I am trying to send emails using PHP Gmailer.
But getting this error
I am not able to understand what is wrong, because the same code works fine when I upload to my webhost.Code: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?)
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



Reply With Quote
Bookmarks