........
var $Port = 465;
.........
var $SMTPAuth = true;
if (preg_match('#(([a-z]+://)?[^:]+):(\d+)#i', $hosts[$index], $match))
{
$host = $match[1];
$port = $match[3];
}
else
{
$host = $hosts[$index];
$port = $this->Port;
}
var $SMTP_PORT = 465;
.............
function get_lines() {
$data = "";
while($str = @fgets($this->smtp_conn,515)) {
if($this->do_debug >= 4) {...
Warning: fsockopen() [function.fsockopen]: SSL operation failed with code 1. OpenSSL Error messages: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol in /homez.109/undergroh/www/includes/class.smtp.php on line 122
Warning: fsockopen() [function.fsockopen]: php_stream_sock_ssl_activate_with_method: SSL handshake/connection failed in /homez.109/undergroh/www/includes/class.smtp.php on line 122
Warning: fsockopen() [function.fsockopen]: failed to activate SSL mode 1 in /homez.109/undergroh/www/includes/class.smtp.php on line 122
Category Forum
Installation Issues - 8Labels
None yet
Statistics
3 participants
Notifications
You are not receiving notifications from this thread.
Related Questions