Tagged Questions
Blat is a Win32 command line utility that sends eMail using SMTP or post to usenet using NNTP.
2
votes
2answers
340 views
Batch file: Blat sending 2 emails not 1
first time I've used blat and it appears to work fine however its sending two emails for every email I intend to send. Script excerpt is below:
::If we have a problem we email from here
CALL ...
2
votes
2answers
2k views
How can I send an email from the command line using blat when the body contains carriage returns and line feeds?
I have a windows server which sends emails to me through a BASIC program. If the message body contains carriage returns/line feeds then the email never finishes. Only the first line is sent to me. ...
2
votes
2answers
975 views
Windows scripting to email using TLS
I'm trying to make an SVN post-commit script that makes backups to a Gmail drive. Blat doesn't seem to support TLS. Are there any good scripting programs on windows that can send an email via TLS?
1
vote
0answers
311 views
problems with sending email thro blat via gmail
stunnel -install -quiet
stunnel -start -quiet
rem 7z a archive.7z @listfile.txt
blat -body "..." -server localhost:587 -f thisisayndctest@gmail.com -to thisisayndctest@gmail.com -u ...
1
vote
1answer
105 views
Sending email works via Thunderbird but not blat. Any ideas why?
I can send an email using Thunderbird. I use the same smtp server address when installing blat. But, blat does not send the email. I get the following error:
Error: Server refused connection.
...
1
vote
1answer
58 views
blat command to mail the report to the given mail ID
One of our report is using blat command to mail the report to the given mail ID. The first step produces the PDF file and saves it in the server (this step is working fine). The second step uses the ...
1
vote
1answer
172 views
use Blat to send mail in local network problem
i trying to use Blat to send mail in local mail server but the error message keep return saying that the smtp server does not like the sender name.
i have keep trying different sender name but still ...
1
vote
3answers
5k views
How can I send a .pdf file as blat attachment?
I try to send a mail with an attachment with blat (with the Shell command of Access VBA).
All works fine while I try to send a .txt file
blat ... -attach c:\mydir\myfile.txt
but if I try to send ...
0
votes
1answer
143 views
Send email by batch, Blat doesn't work
After How to retrieve an error of 7-zip when running a batch file, i need send an email since my batch file.
So I did some research online, I tried many solutions without success.
The latter is Blat ...
0
votes
1answer
45 views
Is there a Windows utility that can be used to recieve mails via POP?
Is there a utility (like Blat) that can be used to recieve mail, perhaps via POP?
I need something that's
A Windows Executable (no DLLs)
Simple to use
Doesn't need to be installed
I'm trying to ...
0
votes
2answers
966 views
How can I script a no-cost notification of batch file errors/returns?
I have a problem with stopping a service and starting it again and want to be notified when the process runs and let me know what the result is.
Here's the scenario,
I have a text file output of an ...