This topic is locked
[SOLVED]

 Help on Email sending

7/27/2011 5:43:49 AM
PHPRunner General questions
I
imthebest author

I have enabled Remind password in securities. I have configured smtp settings as per instructions in help document for sending mail from gmail account. But, when I click on Sumit on Password Reminder page, I get the following error message -
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 testing in wamp environment and system is connected to internet. Please advice, if I need to make any configuration changes in php or Is there any other issue?
Thanks in advance.
Regards,

I
imthebest author 7/27/2011



I have enabled Remind password in securities. I have configured smtp settings as per instructions in help document for sending mail from gmail account. But, when I click on Sumit on Password Reminder page, I get the following error message -
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 testing in wamp environment and system is connected to internet. Please advice, if I need to make any configuration changes in php or Is there any other issue?
Thanks in advance.
Regards,


Got the solution myself. I had to open openssl in php settting, and it worked.
Thanks.