• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem with Gesior Site!! rep++

gnr

New Member
Joined
Dec 18, 2008
Messages
92
Reaction score
0
When i try to send emails, this problem occurs:

Code:
Warning: fsockopen() [function.fsockopen]: SSL operation failed with code 1. OpenSSL Error messages: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol in D:\xampp\htdocs\phpmailer\class.smtp.php on line 105

Warning: fsockopen() [function.fsockopen]: Failed to enable crypto in D:\xampp\htdocs\phpmailer\class.smtp.php on line 105

Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://smtp.gmail.com:587 (Unknown error) in D:\xampp\htdocs\phpmailer\class.smtp.php on line 105

Line 105 in class.smtp.php, line 105 is in green.
Code:
        $this->smtp_conn = fsockopen($host,    # the host of the server
                                     $port,    # the port to use
                                     $errno,   # error number if any
                                     $errstr,  # error message if any
                                     [B][COLOR="Green"]$tval);   # give up after ? secs[/COLOR][/B]

Please help!!!


I rep+++!!!
 
Back
Top