When i try to send emails, this problem occurs:
Line 105 in class.smtp.php, line 105 is in green.
Please help!!!
I rep+++!!!
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+++!!!