| Newsgroups |
gmane.mail.blat |
| Message-ID |
<[email protected]> |
Hi All,
New to blat. Getting "The SMTP server did not accept Auth PLAIN value". User/PW (all lower case) are correct.
Using Win7 64, blat 3.23, stunnel 5.09, gmail
Checked prev posts on this topic and must be thick - can't seem to apply recommendations to my problem.
Is there a special build for Win7 64?
stunnel:
# SERVICE-LEVEL OPTIONS
[SMTP Gmail]
accept = 127.0.0.1:25
;accept = 25
connect = smtp.googlemail.com:465
[POP3 Gmail]
;accept = 127.0.0.1:1109
accept = 143
connect = pop.googlemail.com:995
blat - -to [email protected] -debug -pw xxxxxxxxx -subject Note -body TESTER -server 127.0.0.1:25
Blat v3.2.3 (build : Oct 19 2014 15:34:27)
32-bit Windows, Full, Unicode
<<<<< 220 mx.google.com ESMTP k2sm12435979qay.24 - gsmtp
>>>putline>>> EHLO d201409.gmail.com
<<<<< 250-mx.google.com at your service, [50.182.152.119]
<<<<< 250-SIZE 35882577
<<<<< 250-8BITMIME
<<<<< 250-AUTH LOGIN PLAIN XOAUTH XOAUTH2 PLAIN-CLIENTTOKEN
<<<<< 250-ENHANCEDSTATUSCODES
<<<<< 250-PIPELINING
<<<<< 250-CHUNKING
<<<<< 250 SMTPUTF8
Sending stdin.txt to [email protected]
Subject: Note
Login name is [email protected]
>>>putline>>> AUTH PLAIN *****
<<<<< 535-5.7.8 Username and Password not accepted. Learn more at
<<<<< 535 5.7.8 http://support.google.com/mail/bin/answer.py?answer=14257 k2sm12435979qay.24 - gsmtp
*** Warning *** The SMTP server did not accept Auth PLAIN value.
*** Warning *** Are your login userid and password correct?
>>>putline>>> AUTH LOGIN
<<<<< 334 VXNlcm5hbWU6
>>>putline>>> *****
<<<<< 334 UGFzc3dvcmQ6
>>>putline>>> *****
<<<<< 535-5.7.8 Username and Password not accepted. Learn more at
<<<<< 535 5.7.8 http://support.google.com/mail/bin/answer.py?answer=14257 k2sm12435979qay.24 - gsmtp
*** Warning *** The SMTP server did not accept Auth LOGIN PASSWD value.
>>>putline>>> QUIT
<<<<< 221 2.0.0 closing connection k2sm12435979qay.24 - gsmtp
If I run:
c:\windows\blat\blat323\full\blat -install smtp.googlemail.com [email protected] -u LouLu -pw xxxxxxxx - - gmailsmtp
blat puts registry entries with what seem like encrypted p/w. If I alter them back to "xxxxxxxx" makes no difference (I think, because I really don't need the install, since I call out in blat command line).
Thanks,
Lou Dudka