Windows 10 issue - winsock problem

"[email protected] [blat]" <[email protected]>
Newsgroups gmane.mail.blat
Message-ID <[email protected]>
Hello,
 

 (I already posted one topic, but looks like it's not on the list)

 

 I'm trying to send mail from win 10 - no success...

 

 blat is the latest version (blat3211_32.full.zip & blat3211_64.full.zip)
 blat is in dir c:\abc
 
 I'm sending mail in win XP or win 7 without problems (see example).
 
 I trying to use to send mail from win 10 - 64 bit with:
 - same settings (as win xp, 7), 
 - same wan IP, 
 - same network,
 - administrator cmd,
 - from different PC.
 
 I used  (32 and 64bit blat version), no success.
 
 Any suggestions how to send mail from bat file.
 

 I want that client download instalation file (exe) from web and "install" blat to c:\abc and then run. Best would be if client have no need to run as administrator.

 

 Everything's ok, working with bat file (exe) in win xp, win 7. 

 In win it's 10 working except from bat file blat don't want to send mail in win 10...
 

 Thank's for replay and any tip.
 regards, Matej

 
 Win 10 (32&64bit) : (running blat command)
 *******************************************************************
 C:\abc>blat32 -install server.smtp.xx [email protected] - - - - - -hkcu
 Blat v3.2.11 (build : Nov 11 2015 22:21:38)
 32-bit Windows, Full, Unicode
 
 SMTP server set to server.smtp.xx on port 25 with user [email protected], retry 1 time(s)
 
 C:\abc>blat -to [email protected] -subject test -body "hello" -superdebug -log blat-win10-32.log
 'blat' is not recognized as an internal or external command,
 operable program or batch file.
 
 C:\abc>blat32 -to [email protected] -subject test -body "hello" -superdebug -log blat-win10-32.log
 Checking option -log
 Blat v3.2.11 (build : Nov 11 2015 22:21:38)
 32-bit Windows, Full, Unicode
 
 Checking option -to
 Checking option -subject
 Checking option -body
 
 C:\abc>blat64 -install server.smtp.xx [email protected] - - - - - -hkcu
 Blat v3.2.11 (build : Nov 11 2015 22:22:19)
 64-bit Windows, Full, Unicode
 
 SMTP server set to server.smtp.xx on port 25 with user [email protected], retry 1 time(s)
 
 C:\abc>blat64 -to [email protected] -subject test -body "hello" -superdebug -log blat-win10-64.log
 Checking option -log
 Blat v3.2.11 (build : Nov 11 2015 22:22:19)
 64-bit Windows, Full, Unicode
 
 Checking option -to
 Checking option -subject
 Checking option -body
 
 Win 10 log: (mail not sent)
 *******************************************************************
 2015.12.11 09:03:51 (Fri)------------Start of Session-----------------
 Blat v3.2.11 (build : Nov 11 2015 22:21:38)
 32-bit Windows, Full, Unicode
 superDebug: init_winsock(), WSAStartup() returned 0 (NO_ERROR)
 superDebug: Hostname <server.smtp.xx> resolved to ip address aaa.bbb.ccc.ddd
 superDebug: Official hostname is server.smtp.xx
 superDebug: Attempting to connect to ip address aaa.bbb.ccc.ddd
 superDebug: ::connect() returned error 10060, retry count remaining is 0
 superDebug: Connection returned error 183
 unexpected error 183 (?) from winsock
 Error: Can't connect to server (timed out if winsock.dll error 10060)
 2015.12.11 09:04:12 (Fri)-------------End of Session-----------------
 
 **********************************
 
 2015.12.11 09:10:27 (Fri)------------Start of Session-----------------
 Blat v3.2.11 (build : Nov 11 2015 22:22:19)
 64-bit Windows, Full, Unicode
 superDebug: init_winsock(), WSAStartup() returned 0 (NO_ERROR)
 superDebug: Hostname <server.smtp.xx> resolved to ip address aaa.bbb.ccc.ddd
 superDebug: Official hostname is server.smtp.xx
 superDebug: Attempting to connect to ip address aaa.bbb.ccc.ddd
 superDebug: ::connect() returned error 10060, retry count remaining is 0
 superDebug: Connection returned error 0
 unexpected error 0 (NO_ERROR) from winsock
 Error: Can't connect to server (timed out if winsock.dll error 10060)
 2015.12.11 09:10:48 (Fri)-------------End of Session------------------
 
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
 
  
 Win xp: (running blat command)
 *******************************************************************
 C:\abc>blat -install server.smtp.xx [email protected] - - - - - -hkcu
 Blat v3.2.11 (build : Nov 11 2015 22:21:38)
 32-bit Windows, Full, Unicode
 
 SMTP server set to server.smtp.xx on port 25 with user [email protected], r
 etry 1 time(s)
 C:\abc>blat -to [email protected] -subject test -body "hello" -superdebug -log bl
 at-winXP.log
 Checking option -log
 Blat v3.2.11 (build : Nov 11 2015 22:21:38)
 32-bit Windows, Full, Unicode
 
 Checking option -to
 Checking option -subject
 Checking option -body
 
 
  
 Win xp log: (mail sent)
 *******************************************************************
 
 2015.12.11 08:56:24 (Fri)------------Start of Session-----------------
 Blat v3.2.11 (build : Nov 11 2015 22:21:38)
 32-bit Windows, Full, Unicode
 superDebug: init_winsock(), WSAStartup() returned 0 (NO_ERROR)
 superDebug: Hostname <server.smtp.xx> resolved to ip address aaa.bbb.ccc.ddd
 superDebug: Official hostname is server.smtp.xx
 superDebug: Attempting to connect to ip address aaa.bbb.ccc.ddd
 superDebug: Received 19 bytes:
 superDebug: 00000  32 32 30 20 73 6D 74 70 2E 70 61 73 73 74 68 72  220 smtp.passthr
 superDebug: 00010  75 0D 0A                                         u..             
 <<<getline<<< 220 smtp.passthru
 superDebug: Attempting to send 23 bytes:
 superDebug: 00000  45 48 4C 4F 20 6A 69 2D 74 6F 70 2E 67 6D 61 69  EHLO j-pc.gmai
 superDebug: 00010  6C 2E 63 6F 6D 0D 0A                             l.com..         
 >>>putline>>> EHLO j-pc.gmail.com
 superDebug: Received 19 bytes:
 superDebug: 00000  32 35 30 2D 73 6D 74 70 2E 70 61 73 73 74 68 72  250-smtp.passthr
 superDebug: 00010  75 0D 0A                                         u..             
 <<<getline<<< 250-smtp.passthru
 superDebug: Received 121 bytes:
 superDebug: 00000  32 35 30 2D 53 49 5A 45 20 31 30 32 34 30 30 30  250-SIZE 1024000
 superDebug: 00010  30 0D 0A 32 35 30 2D 45 54 52 4E 0D 0A 32 35 30  0..250-ETRN..250
 superDebug: 00020  2D 41 55 54 48 20 50 4C 41 49 4E 20 4C 4F 47 49  -AUTH PLAIN LOGI
 superDebug: 00030  4E 0D 0A 32 35 30 2D 41 55 54 48 3D 50 4C 41 49  N..250-AUTH=PLAI
 superDebug: 00040  4E 20 4C 4F 47 49 4E 0D 0A 32 35 30 2D 45 4E 48  N LOGIN..250-ENH
 superDebug: 00050  41 4E 43 45 44 53 54 41 54 55 53 43 4F 44 45 53  ANCEDSTATUSCODES
 superDebug: 00060  0D 0A 32 35 30 2D 38 42 49 54 4D 49 4D 45 0D 0A  ..250-8BITMIME..
 superDebug: 00070  32 35 30 20 44 53 4E 0D 0A                       250 DSN..       
 <<<getline<<< 250-SIZE 10240000
 <<<getline<<< 250-ETRN
 <<<getline<<< 250-AUTH PLAIN LOGIN
 <<<getline<<< 250-AUTH=PLAIN LOGIN
 <<<getline<<< 250-ENHANCEDSTATUSCODES
 <<<getline<<< 250-8BITMIME
 <<<getline<<< 250 DSN
 Sending stdin.txt to [email protected]
 Subject: test
 Login name is [email protected]
 superDebug: Attempting to send 32 bytes:
 superDebug: 00000  4D 41 49 4C 20 46 52 4F 4D 3A 3C 76 69 76 61 32  MAIL FROM:<viva2
 superDebug: 00010  34 2D 37 40 67 6D 61 69 6C 2E 63 6F 6D 3E 0D 0A  [email protected]>..
 >>>putline>>> MAIL FROM:<[email protected]>
 superDebug: Received 14 bytes:
 superDebug: 00000  32 35 30 20 32 2E 31 2E 30 20 4F 6B 0D 0A        250 2.1.0 Ok..  
 <<<getline<<< 250 2.1.0 Ok
 superDebug: Attempting to send 28 bytes:
 superDebug: 00000  52 43 50 54 20 54 4F 3A 3C 65 2D 70 6F 6D 6F 63  RCPT TO:<e-pomoc
 superDebug: 00010  40 6A 2D 6C 61 62 2E 73 69 3E 0D 0A              @j-lab.si>..    
 >>>putline>>> RCPT TO:<[email protected]>
 superDebug: Received 14 bytes:
 superDebug: 00000  32 35 30 20 32 2E 31 2E 35 20 4F 6B 0D 0A        250 2.1.5 Ok..  
 <<<getline<<< 250 2.1.5 Ok
 superDebug: Attempting to send 6 bytes:
 superDebug: 00000  44 41 54 41 0D 0A                                DATA..          
 >>>putline>>> DATA
 superDebug: Received 46 bytes:
 superDebug: 00000  33 35 34 20 53 74 61 72 74 20 6D 61 69 6C 20 69  354 Start mail i
 superDebug: 00010  6E 70 75 74 3B 20 65 6E 64 20 77 69 74 68 20 3C  nput; end with <
 superDebug: 00020  43 52 4C 46 3E 2E 3C 43 52 4C 46 3E 0D 0A        CRLF>.<CRLF>..  
 <<<getline<<< 354 Start mail input; end with <CRLF>.<CRLF>
 superDebug: Attempting to send 344 bytes:
 superDebug: 00000  44 61 74 65 3A 20 46 72 69 2C 20 31 31 20 44 65  Date: Fri, 11 De
 superDebug: 00010  63 20 32 30 31 35 20 30 38 3A 35 36 3A 32 35 20  c 2015 08:56:25 
 superDebug: 00020  2B 30 31 30 30 0D 0A 46 72 6F 6D 3A 20 76 69 76  +0100..From: viv
 superDebug: 00030  61 32 34 2D 37 40 67 6D 61 69 6C 2E 63 6F 6D 0D  [email protected].
 superDebug: 00040  0A 54 6F 3A 20 65 2D 70 6F 6D 6F 63 40 6A 2D 6C  .To: e-pomoc@j-l
 superDebug: 00050  61 62 2E 73 69 0D 0A 58 2D 4D 61 69 6C 65 72 3A  ab.si..X-Mailer:
 superDebug: 00060  20 42 6C 61 74 20 76 33 2E 32 2E 31 31 2C 20 61   Blat v3.2.11, a
 superDebug: 00070  20 57 69 6E 33 32 20 53 4D 54 50 2F 4E 4E 54 50   Win32 SMTP/NNTP
 superDebug: 00080  20 6D 61 69 6C 65 72 20 68 74 74 70 3A 2F 2F 77   mailer http://w
 superDebug: 00090  77 77 2E 62 6C 61 74 2E 6E 65 74 0D 0A 4D 65 73  ww.blat.net..Mes
 superDebug: 000A0  73 61 67 65 2D 49 44 3A 20 3C 30 31 64 31 33 33  sage-ID: <01d133
 superDebug: 000B0  65 39 24 42 6C 61 74 2E 76 33 2E 32 2E 31 31 24  e9$Blat.v3.2.11$
 superDebug: 000C0  36 66 34 31 66 64 39 37 24 31 33 34 38 62 32 61  6f41fd97$1348b2a
 superDebug: 000D0  66 63 33 36 40 63 61 6D 69 6E 6F 2E 69 6D 73 2D  [email protected]
 superDebug: 000E0  69 6E 66 6F 2E 73 69 3E 0D 0A 53 75 62 6A 65 63  info.si>..Subjec
 superDebug: 000F0  74 3A 20 74 65 73 74 0D 0A 43 6F 6E 74 65 6E 74  t: test..Content
 superDebug: 00100  2D 54 72 61 6E 73 66 65 72 2D 45 6E 63 6F 64 69  -Transfer-Encodi
 superDebug: 00110  6E 67 3A 20 37 42 49 54 0D 0A 43 6F 6E 74 65 6E  ng: 7BIT..Conten
 superDebug: 00120  74 2D 54 79 70 65 3A 20 74 65 78 74 2F 70 6C 61  t-Type: text/pla
 superDebug: 00130  69 6E 3B 0D 0A 20 63 68 61 72 73 65 74 3D 22 49  in;.. charset="I
 superDebug: 00140  53 4F 2D 38 38 35 39 2D 31 22 0D 0A 0D 0A 68 65  SO-8859-1"....he
 superDebug: 00150  6C 6C 6F 0D 0A 2E 0D 0A                          llo.....        
 superDebug: Received 38 bytes:
 superDebug: 00000  32 35 30 20 32 2E 30 2E 30 20 4F 6B 3A 20 71 75  250 2.0.0 Ok: qu
 superDebug: 00010  65 75 65 64 20 61 73 20 34 42 39 34 43 31 44 37  eued as 4B94C1D7
 superDebug: 00020  30 41 41 34 0D 0A                                0AA4..          
 <<<getline<<< 250 2.0.0 Ok: queued as 4B94C1D70AA4
 superDebug: Attempting to send 6 bytes:
 superDebug: 00000  51 55 49 54 0D 0A                                QUIT..          
 >>>putline>>> QUIT
 superDebug: Received 15 bytes:
 superDebug: 00000  32 32 31 20 32 2E 30 2E 30 20 42 79 65 0D 0A     221 2.0.0 Bye.. 
 <<<getline<<< 221 2.0.0 Bye
 2015.12.11 08:56:30 (Fri)-------------End of Session------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.