ste1976
Goto Top

Blat 321, der SMTP-Mailer, 64bit hängt

Hello Administratoren,

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 and the prompt: ‘Blat v3.2.1 (build : May 28 2014) / 64-bit Windows SMTP only, Unicode’. 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!

Ste1976

Content-ID: 243728

Url: https://administrator.de/forum/blat-321-der-smtp-mailer-64bit-haengt-243728.html

Ausgedruckt am: 22.04.2025 um 07:04 Uhr

Gersen
Gersen 15.07.2014 aktualisiert um 19:58:27 Uhr
Goto Top
Hello,

set my_Mail=*
set to_Mail=*
and
... -to %to_eMail% -f %my_eMail% ...

Maybe two typos in your code?

Regards,
Gersen