Hi,
I am trying to send emails using
PHP Gmailer.
But getting this error
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?)
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 (
PHP Editor Review - PHP IDE)
- 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