| Newsgroups |
gmane.mail.blat |
| Message-ID |
<653A545DABE842E39E9D04F33425026A@chip> |
> Hello,
>
> I can't make my win 10 to send mail.
>
> pls. help - any suggestion.
>
> Thank you.
Matej,
My brother-in-law has a Gateway PC with Windows 10 64-bit. This morning, I
installed stunnel on his PC, and then put my registry settings into his
Windows. This configured his Windows 10 to have the same profiles,
passwords, and server connections as I have on my Windows 7. I then used
Blat 64-bit to successfully send two test messages to my home email account.
The following is the second blat.log showing that I was able to connect
through stunnel to ATT.net, bypassing my ISP, and get the test message sent.
The gist of this is that Blat works just fine with Windows 10, when using
correct setttings. If you are attempting to connect with a SMTP server that
requires SSL or TLS, then you need a third party program like I do. My
choice is stunnel from http://www.stunnel.org/.
Chip
2015.12.12 11:23:19 (Sat)------------Start of Session-----------------
Blat v3.2.12 (build : Dec 4 2015 19:33:50)
64-bit Windows, Full, Unicode
superDebug: init_winsock(), WSAStartup() returned 0 (NO_ERROR)
superDebug: Attempting to connect to ip address 127.0.0.1
superDebug: Received 35 bytes:
220 smtp.mail.att.net ESMTP ready
<<<getline<<< 220 smtp.mail.att.net ESMTP ready
superDebug: Attempting to send 20 bytes:
EHLO owner.att.net
>>>putline>>> EHLO owner.att.net
superDebug: Received 113 bytes:
250-smtp.mail.att.net
250-PIPELINING
250-SIZE 41697280
250-8 BITMIME
250 AUTH PLAIN LOGIN XOAUTH2 XYMCOOKIE
<<<getline<<< 250-smtp.mail.att.net
<<<getline<<< 250-PIPELINING
<<<getline<<< 250-SIZE 41697280
<<<getline<<< 250-8 BITMIME
<<<getline<<< 250 AUTH PLAIN LOGIN XOAUTH2 XYMCOOKIE
Sending ideas to [email protected]
Subject: Testing with Windows 10
Login name is Chip <[email protected]>
superDebug: Attempting to send 61 bytes:
AUTH PLAIN /munged/
>>>putline>>> AUTH PLAIN *****
superDebug: Received 14 bytes:
235 2.0.0 OK
<<<getline<<< 235 2.0.0 OK
superDebug: Attempting to send 37 bytes:
MAIL FROM:<[email protected]>
>>>putline>>> MAIL FROM:<[email protected]>
superDebug: Received 20 bytes:
250 OK , completed
<<<getline<<< 250 OK , completed
superDebug: Attempting to send 35 bytes:
RCPT TO:<[email protected]>
>>>putline>>> RCPT TO:<[email protected]>
superDebug: Received 20 bytes:
250 OK , completed
<<<getline<<< 250 OK , completed
superDebug: Attempting to send 6 bytes:
DATA
>>>putline>>> DATA
superDebug: Received 36 bytes:
354 Start Mail. End with CRLF.CRLF
<<<getline<<< 354 Start Mail. End with CRLF.CRLF
superDebug: Attempting to send 521 bytes:
Date: Sat, 12 Dec 2015 11:23:19 -0700
From: Chip <[email protected]>
To: Chip <[email protected]>
X-Mailer: Blat v3.2.12, a Win64 (AMD64) SMTP/NNTP mailer http://www.blat.net
Message-ID: <[email protected]>
Subject: Testing with Windows 10
Content-Transfer-Encoding: 8BIT
Content-Type: text/plain;
charset="ISO-8859-1"
- parameters stored in an external file
- Post to newsgroups ?
- html support
- message priority
- CodePage support
- Priority setting
.
superDebug: Received 20 bytes:
250 OK , completed
<<<getline<<< 250 OK , completed
superDebug: Attempting to send 6 bytes:
QUIT
>>>putline>>> QUIT
superDebug: Received 34 bytes:
221 Service Closing transmission
<<<getline<<< 221 Service Closing transmission
2015.12.12 11:23:20 (Sat)-------------End of Session------------------