Greetings, While I was watching the 22 run extravaganza between the New York Yankees and the Chicago White Sox I thought it was time to twiddle. Blat Auto...
I just find blat and it is exactly what I need: small, simple, many options and easy couple with other tools. One thing that I cannot figure out is how to...
I am doing a monthly statement from database, how do I substitute text in a body file with the customer name? In the body.txt file I have a line like this: ...
I have had the same kind of hotmail rejection problems (getting the message below) by sending with blat. But in the same text with Outlook to the same ...
James McAlister
forums01@...
Aug 6, 2007 4:07 pm
9947
Hi, This is the first time that I will try to use blat for sending emails on windows 2000. I would appreciate it if someone can provide me with the detailed...
Stanley, Blat is a simple SMTP mailer. It does not actually perform the substitution. I once wrote a program that would do it. I've put it out on my wife's...
... Were you using the same SMTP server in both cases? It turned out that MS has blocked our hosting provider, so I had to use the SMTP of our local ISP rather...
Yes, same SMTP server in both cases and the exact same messages. ... -- James McAlister www.james-mc.com www.BulletinInserts.org (Windows XP Pro & FM 8.5 A) ...
James McAlister
forums01@...
Aug 6, 2007 7:19 pm
9951
... Download and other stuff you are askng for can be viewed at http://www.blat.net/...
Greetings, I've been fooling around with a couple ideas for new Blat toys. Blat commands like; -t myself and -overwrite log are increasingly useful. So my...
<snip> Can Blat be used to perform auto forwarding without additional To: or From: headers? <snip> No. Blat cannot do message forwarding. This is usually...
I have a c# program from which I need to send mail. I tried using native C# calls, but this failed on certain windows platforms. As a workaround, I'm trying to...
... Have you tried using double backslashes (\\) in your strings instead of the forward slash (/) as directory separators? Windows prefers the backslash for...
Hi all, I'm trying to use Blat with a small vbscript, but I always have a script error message. Can someone just tell me what's wrong with these lines ? ...
Hey vswildcat, On Thursday, August 16, 2007 at 5:01:59 AM you wrote v> I'm trying to use Blat with a small vbscript, but I always have a v> script error...
... & " " ... xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx You're a chief !! I copied my scrip from a FTP Script, in wich it seems it's not necessary to declare...
Hey vswildcat, On Thursday, August 16, 2007 at 8:24:22 AM you wrote ,----- ... `----- v> - Should 'MsgBody' always be a file to be opened ? Can't I just put v>...
Greetings, vswildcat wrote; "the Windows Script Host always stop it saying there's an error." And then; "I'm really a beginner :-)" I found this page by Eric...
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Thank you Tim !! Everything is almost ready : I just have a small problem with the path of the file I attach...
Hey vswildcat, On Thursday, August 16, 2007 at 10:35:20 AM you wrote v> Same thing if I put & chr(32) & in the path (ascii code for space - v> thks Tim) So you...
Thanks Tim i looked into sample and found %ERRORLEVEL% would be the returned value. while i do not know which var should be used which contained returned ...
... In perl, the return code of the last executed system call is contained in the variable $?. I wrote the following to see if the cygwin version of perl...