RE: Blat 3.2.1 64 bit 'hangs'
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <F0277620FF3C431A9E1BC60E9C883966@extensa> |
Also, there is a space between - and debug. For Softools Middle East, A Dubai Based Company Skand Bhargava Attendance: Software is the main thing. Hardware (Reader) is only a means to get IN/OUT time accurately PO Box 14959, Dubai Tel: +971 4 2680533, Mob: +971 50 6340258 -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Wednesday, July 16, 2014 8:20 AM To: [email protected] Subject: Re: [blat] Blat 3.2.1 64 bit 'hangs' > Hello there, > > I am trying to send automated mails via blat, unfortunately the system > stucks. > > The details: > > Blat 321 64 bit, actual version, downloaded 2014-07-14, running on Windows > Server 2012 R2. > > The batch file: > > set BlatProg=C:\Windows\...\Blat.exe > > set to_Mail=*** > set my_Mail=*** > set Mail_Server=*** > set Mail_Server_Password=*** > set Mail_Server_Login=*** > > call %BlatProg% -to %to_eMail% -f %my_eMail% -server %Mail_Server% -u > %Mail_Server_Login% -pw %Mail_Server_Password% - debug -subject enemenemuh > > > The effect: The batch file is executed and hangs after echoing the command > line. Debug information is not available. ^C is accepted and prompts > 'Cancel batch file Y/N?' > > Has anybody got an idea of how to solve the problem? > > Thanks in advance! If you look at the above environment variables, you will see that to_Mail is not the same as to_eMail. I also see that you did not tell Blat what to send. Did you want to send a file as the message body, or did you intend to key in the message manually? What happened is that without something to send, Blat is waiting patiently for you to type in your message. That is why it appears to hang, because Blat is waiting on you. Chip