Posted by dkruger on 08/03/07 14:09
On Aug 3, 8:00 am, figo2476 <figo2...@gmail.com> wrote:
> Hi
>
> I set up a server at home by using WAMP.
>
> Then I followed this article:http://deepakssn.blogspot.com/2006/06/gmail-php-send-email-using-php-...
> to send email via smtp.gmail.com.
>
> I got error like this:
> Warning: fsockopen() [function.fsockopen]: SSL operation failed with
> code 1. OpenSSL Error messages: error:140770FC:SSL
> routines:func(119):reason(252) in F:\livingProgrammes\wamp5\www
> \test_phpmailer\class.smtp.php on line 110
>
> openssl option is enable.......
Not completely sure if my response is 100% correct or not, but you
probably should try the connection not using SSL, since if the smtp
server you are trying to connect to is not using SSL for smtp
connections, you will get an error if you attempt to make an ssl
connection to that server.
[Back to original message]
|