| Newsgroups |
gmane.mail.blat |
| Message-ID |
<[email protected]> |
I am a first time blat user
I have legacy visual FoxPro programs now running in version 9
I wish to use blat to sent email
I HAVE THE FOLLOWING PROBLEM
- I have installed blat.exe in c:\windows\system32 folder of a windows 10 desktop with the following command in dos window
- I have a mail account in outlook by the name [email protected]
blat -install smtp-mail.outlook.com [email protected]
successfully without any error message
- I have a text file in the current path having the name blattest.txt
- the following command from the c:> dos prompt
blat blattest.txt -to [email protected] -subject "test subject"
returns the error messages
*** error *** the smtp server does not like the sender name*** error *** have you set your mail address correctly
I am thus STUCK AT THE VERY FIRST STEP
I have tried to generate a log with this command
blat blattest.txt -to [email protected] -debug -log.txt
this is what I got
2016.03.26 15:47:42 (Sat)------------Start of Session-----------------
Blat v3.2.12 (build : Dec 4 2015 19:32:55)
32-bit Windows, Full, Unicode
<<<getline<<< 220 BLU436-SMTP236.smtp.hotmail.com Microsoft ESMTP MAIL Service, Version: 8.0.9200.16384 ready at Sat, 26 Mar 2016 03:17:32 -0700
>>>putline>>> EHLO lalit-pc.outlook.com
<<<getline<<< 250-BLU436-SMTP236.smtp.hotmail.com Hello [120.59.185.135]
<<<getline<<< 250-TURN
<<<getline<<< 250-SIZE 41943040
<<<getline<<< 250-ETRN
<<<getline<<< 250-PIPELINING
<<<getline<<< 250-DSN
<<<getline<<< 250-ENHANCEDSTATUSCODES
<<<getline<<< 250-8bitmime
<<<getline<<< 250-VRFY
<<<getline<<< 250-TLS
<<<getline<<< 250-STARTTLS
<<<getline<<< 250 OK
Sending blattest.txt to [email protected]
Subject: Contents of file: blattest.txt
Login name is [email protected]
>>>putline>>> MAIL FROM:<[email protected]>
<<<getline<<< 530 5.7.0 Must issue a STARTTLS command first
*** Error *** The SMTP server does not like the sender name.
*** Error *** Have you set your mail address correctly?
>>>putline>>> QUIT
<<<getline<<< 221 2.0.0 BLU436-SMTP236.smtp.hotmail.com Service closing transmission channel
2016.03.26 15:47:43 (Sat)-------------End of Session------------------
CAN ANYONE HELP ME PAST THE INITIAL HURDLE
THANKS IN ADVANCE
LALIT [email protected]