| Newsgroups |
gmane.mail.blat |
| Message-ID |
<[email protected]> |
Hello all,
I do not seem to be able to run blat for hotmail. Any help would be welcome!
TIA :)
This is the script I am using:
blat.exe -install [email protected] <password> -port 587
blat.exe -q -subject "blah blah" -body "message body here" -to [email protected] -server smtp.live.com -u [email protected] -pw <password> -debug -log c:\blat.log'
This is the log file:
2016.04.29 14:32:28 (Fri)------------Start of Session-----------------
Blat v2.6.2 w/GSS encryption (build : Feb 25 2007 12:06:19)
<<<getline<<< 220 BLU436-SMTP144.smtp.hotmail.com Microsoft ESMTP MAIL Service, Version: 8.0.9200.16384 ready at Fri, 29 Apr 2016 11:32:37 -0700
>>>putline>>> EHLO LAPTOP.hotmail.com
<<<getline<<< 250-BLU436-SMTP144.smtp.hotmail.com Hello [24.93.237.23]
<<<getline<<< 250-TURN
<<<getline<<< 250-SIZE 41943040
<<<getline<<< 250-ETRN
<<<getline<<< 250-PIPELINING
<<<getline<<< 250-DSN
<<<getline<<< 250-ENHANCEDSTATUSCODES
<<<getline<<< 250-8bitmime
<<<getline<<< 250-BINARYMIME
<<<getline<<< 250-CHUNKING
<<<getline<<< 250-VRFY
<<<getline<<< 250-TLS
<<<getline<<< 250-STARTTLS
<<<getline<<< 250 OK
Sending stdin.txt to [email protected]
Subject: Appointment
Login name is [email protected]
>>>putline>>> AUTH LOGIN
<<<getline<<< 530 5.7.0 Must issue a STARTTLS command first
The SMTP server does not require AUTH LOGIN.
Are you sure server supports AUTH?
>>>putline>>> MAIL FROM:<[email protected]>
<<<getline<<< 530 5.7.0 Must issue a STARTTLS command first
The SMTP server does not like the sender name.
Have you set your mail address correctly?
>>>putline>>> QUIT
<<<getline<<< 221 2.0.0 BLU436-SMTP144.smtp.hotmail.com Service closing transmission channel
2016.04.29 14:32:30 (Fri)-------------End of Session------------------