Amir - 2016-08-23 16:47:07
Good evening, Manuel Lemos!
Before with tls it shows:
Resolving SMTP server domain "smtp.mail.ru"...
Connecting to SOCKS server "$proxyIP" '$proxyPort' ... // Here $proxyIP and $proxyPort means my proxyserver and port
Connected to the SOCKS server "$proxyIP" // Here $proxyIP means my proxyserver
Negotiating the authentication method ...
Connecting to SMTP server IP 94.100.180.160 port 465...
Could not send the message to air-aktau@mail.ru. Error: SOCKS error: Connection refused
Now I did as you recommended and it shows:
Resolving SMTP server domain "smtp.mail.ru"...
Connecting to SOCKS server "31.184.233.124" port 30006...
Could not send the message to air-aktau@mail.ru. Error: could not connect to the host "smtp.mail.ru":
Now what I have to do?
PS: in file smtp.php on line 786 "$this->OutputDebug("Connecting to SOCKS server \"".$socks_host."\" port ".$this->http_proxy_host_port."...");" I changed "http_proxy_host_port" to "socks_host_port", because if I don't do that it shows - Connecting to SOCKS server "$proxyIP" 'http_proxy_host_port' ...
Did I do right or not?