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 "sc" command. I want to send that file but not as an attachment. Also, I want to see the initial status quickly in the subject of the ema...
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?
...
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. I tried replacing them with \n but that didn't help as the email came to me with the \n in it. Any ideas?
Here is the command I'm using:
...
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 a .pdf file, with the same command
blat ... -attach c:\mydir\myfile.pdf
I don't receive the mail.
Thanks in advance for any suggestio...
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 make a simple email interface for my program. Any ideas would be appreciated.
While on the subject, is there a good free email provider that...
Hi,
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 :checkForFailures
:checkForFailures
IF EXIST %ERROR_FILE% CALL :email & EXIT /B 1
::pause
GOTO :eof
:email
IF %TOLOG%==Y (
BLAT -f noreply@m...
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 cannot, anybody know how to fix it?
Pls help..
...
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 blat services to send the PDF to given mail ID.But, this step is not working correctly. Some other reports which uses the blat services on t...
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.
Any ideas on how to fix this?
...