Я использую Blat, который является средством командной строки для отправки почты из команды.Не удается подключиться к серверу (время ожидания при ошибке winsock.dll 10060) при выполнении команды blat для отправки почты
Сначала я запустить установку команду для сохранения почтового сервера, которые создают запись в реестре, как что .........
Сначала я был настроен сервер SMTP для smtp.mail.yahoo.com, но ошибка была такой же.
После этого я выполняю
blat C:\temp.txt -to [email protected] -superdebug
После того, что эта ошибка я получил .......
C:\blat310\full>blat C:\temp.txt -to [email protected] -superdebug
Blat v3.1.0 (build : Feb 2 2013 11:00:32)
32-bit Windows, Full, Unicode
Checking option -to
superDebug: init_winsock(), WSAStartup() returned 0 (NO_ERROR)
superDebug: Hostname <smtp.mail.apac.gm0.yahoodns.net> resolved to ip address 10
6.10.167.87
superDebug: Official hostname is smtp.mail.apac.gm0.yahoodns.net
superDebug: Attempting to connect to ip address 106.10.167.87
superDebug: ::connect() returned error 10060, retry count remaining is 1
superDebug: ::connect() returned error 10060, retry count remaining is 0
superDebug: Connection returned error 10060
Error: Can't connect to server (timed out if winsock.dll error 10060)
superDebug: ::say_hello() failed to connect, retry count remaining is 1
superDebug: init_winsock(), WSAStartup() returned 0 (NO_ERROR)
superDebug: Hostname <smtp.mail.apac.gm0.yahoodns.net> resolved to ip address 10
6.10.167.87
superDebug: Official hostname is smtp.mail.apac.gm0.yahoodns.net
superDebug: Attempting to connect to ip address 106.10.167.87
superDebug: ::connect() returned error 10060, retry count remaining is 1
superDebug: ::connect() returned error 10060, retry count remaining is 0
superDebug: Connection returned error 10060
Error: Can't connect to server (timed out if winsock.dll error 10060)
Да, теперь он работает, я установил порт 25 ............. :) – vikky