cmd - Can't connect to server (timed out if winsock.dll error 10060) when run blat command to send mail -
i using blat command line tool sending mail service command.
first run install command store mail service server create entry in registry that.........
first set smtp server smtp.mail.yahoo.com error same.
after execute
blat c:\temp.txt -to abcdef@gmail.com -superdebug
after error got.......
c:\blat310\full>blat c:\temp.txt -to abcdef@gmail.com -superdebug blat v3.1.0 (build : feb 2 2013 11:00:32) 32-bit windows, full, unicode checking alternative -to superdebug: init_winsock(), wsastartup() returned 0 (no_error) superdebug: hostname <smtp.mail.apac.gm0.yahoodns.net> resolved ip address 10 6.10.167.87 superdebug: official hostname smtp.mail.apac.gm0.yahoodns.net superdebug: attempting connect ip address 106.10.167.87 superdebug: ::connect() returned error 10060, retry count remaining 1 superdebug: ::connect() returned error 10060, retry count remaining 0 superdebug: connection returned error 10060 error: can't connect server (timed out if winsock.dll error 10060) superdebug: ::say_hello() failed connect, retry count remaining 1 superdebug: init_winsock(), wsastartup() returned 0 (no_error) superdebug: hostname <smtp.mail.apac.gm0.yahoodns.net> resolved ip address 10 6.10.167.87 superdebug: official hostname smtp.mail.apac.gm0.yahoodns.net superdebug: attempting connect ip address 106.10.167.87 superdebug: ::connect() returned error 10060, retry count remaining 1 superdebug: ::connect() returned error 10060, retry count remaining 0 superdebug: connection returned error 10060 error: can't connect server (timed out if winsock.dll error 10060)
error 10060 means connection times out, because there's nil listening on port 995 on either smtp.mail.yahoo.com
or smtp.mail.apac.gm0.yahoodns.net
. why seek connect port anyway? it's used pop3 on ssl (i.e. mail service retrieval), not smtp (mail submission).
try either port 25 or (more likely) port 587. latter default port message submission (see rfc 4409 details).
command cmd mail-server blat
No comments:
Post a Comment