Here is what happens when I do the same thing: C:\BLAT >release92;blat - -to [me] -body "help" -subject testing -noh2 -debug Blat v1.9.4c (build : Mar 5 2003...
2956
owigg
Mar 7, 2003 4:48 am
I should also mention that whatever blat seems to be doing, its taking up 100% CPU...
2955
owigg
Mar 7, 2003 4:46 am
Tim, adding the -debug option to the end does not help, and i have tried this on many computers in the office and on our internet servers. Any suggestions?...
2954
Tim Musson
mussont
Mar 6, 2003 5:10 pm
Hey lilywang_14744, My MUA believes you used to write the following on Thursday, March 6, 2003 at 12:03:14 PM. l> After I rename the old blat.exe, and then,...
2953
lilywang_14744
Mar 6, 2003 5:03 pm
Tim, After I rename the old blat.exe, and then, copy new blat.exe, do I have to re-install blat again? Lily ... have ... 1.8.2b ... this, ... This ... rename...
2952
Tim Musson
mussont
Mar 6, 2003 4:52 pm
Hey Lily, My MUA believes you used to write the following on Thursday, March 6, 2003 at 11:37:03 AM. l> Thanks all of you for sendinfg me very useful...
2951
lilywang_14744
Mar 6, 2003 4:37 pm
Thanks all of you for sendinfg me very useful suggestions. Now, I know v1.9.4 does work for this format, not on v1.8.2b. I used, -f "\"My Name\"...
2950
Tim Musson
mussont
Mar 6, 2003 12:39 pm
Hey owigg, My MUA believes you used to write the following on Wednesday, March 5, 2003 at 8:59:48 PM. o> been trying to use blat to send a body string for...
2949
owigg
Mar 6, 2003 1:59 am
Hi there, been trying to use blat to send a body string for MSSQL, i can send text files but i want to customise the email body. calling blat - -t...
2948
Chip
chipprogrammer
Mar 5, 2003 1:09 pm
... However, without the <> surrounding the email address, the mail server does not complain. Therefore, changing the sprintf() statement to "MAIL From: %s"...
2947
Romson Christer
chro1se
Mar 5, 2003 12:45 pm
... "MAIL ... No, Chip, we're quite aware of that. That's why you should use -from and -mailfrom. The first is for the header (and can include the clear text ...
2946
Chip
chipprogrammer
Mar 5, 2003 12:38 pm
... I think the issue that everyone else is missing it that Blat creates a "MAIL From:" statement that includes "<>" surrounding the text entered on the ...
2945
Skough Axel U/IT-S
axel.skough@...
Mar 5, 2003 8:15 am
Yes, this is very correct. I implemented this some years ago (see Blat historicals). -from -> refers to the setting used in RFC 2822 From: statement...
2944
Romson Christer
chro1se
Mar 5, 2003 8:03 am
... You'll need -mailfrom mailbox@m... as well as -from. Christer Romson...
2943
Brendan H Scherer
ta_stealth
Mar 5, 2003 12:28 am
I have a demo program that uses blat but the example doesnt work because i dont know how to set the smtp(wah) so if anyone has an idea how to change this the...
2942
lilywang_14744
Mar 4, 2003 10:13 pm
I have still not had it work to use, -from "\"Sender's Real Name\" <mailbox@m...>" or -f "\"Sender's Real Name\" <mailbox@m...>" or -f "mailbox@m... (Sender's...
2941
Axel Skough
axel_skough
Mar 4, 2003 8:23 pm
Indeed .... Harri! You dit it! Congratulations - this is a very correct statement! This also shows that the Blat works properly - it is the Windows Command ...
2940
Arthur Donchey
rratt2003
Mar 4, 2003 7:32 pm
I think the point here is: blat (blat parms) > text.txt 2> errors.txt Blat don't do this, everything goes to STDOUT or the log file. There are not that may...
2939
Tim Musson
mussont
Mar 4, 2003 7:10 pm
Hey Tommy, My MUA believes you used to write the following on Tuesday, March 4, 2003 at 1:57:35 PM. dtvun> I would like to suppress only normal output to the...
2938
Tim Musson
mussont
Mar 4, 2003 7:01 pm
Hey Harri, My MUA believes you used to write the following on Tuesday, March 4, 2003 at 1:30:50 PM. HP> I believe that you could try something like HP> -from...
2937
danmoffet <tommy.v...
danmoffet
Mar 4, 2003 6:57 pm
I would like to suppress only normal output to the screen not error messages. Most other native commands follow the redirection rules of 1>nul for suppressing...
2936
Harri Pesonen
Harry_el_Fuerte
Mar 4, 2003 6:30 pm
I believe that you could try something like -from "\"Sender's Real Name\" <mailbox@maildomain>" to have the name in quotes, and the argument in another quotes,...
2935
Skough Axel U/IT-S
axel.skough@...
Mar 4, 2003 6:04 pm
Harri! You are talking about the Windows Command Interpreter, not about formal RFC 2822 syntax! The quotes, "", are used to mark the name string and allows for...
2934
Harri Pesonen
Harry_el_Fuerte
Mar 4, 2003 5:54 pm
You should have <e-mail address> between " characters, not after them. Using < and > characters on command line redirects input and output, it has nothing to...
2933
Axel Skough
axel_skough
Mar 4, 2003 5:28 pm
Sorry for that. The BLAT does not work properly on this point. A proper RFC 2822 statement could look like From: "The Sender's Real Name"<mailbox@maildomain> ...
2932
Tim Musson
mussont
Mar 4, 2003 5:25 pm
Hey lilywang_14744, My MUA believes you used to write the following on Tuesday, March 4, 2003 at 10:18:38 AM. llyc> Hi, I want to make my email FROM format...
2931
Harri Pesonen
Harry_el_Fuerte
Mar 4, 2003 5:08 pm
Try both -mailfrom and -from like: blat.exe - -server smtp.netsonic.fi -mailfrom fuerte@... -from "Harry el Fuerte <fuerte@...>" -to "Harri Pesonen...
2930
lilywang_14744 <li...
lilywang_14744
Mar 4, 2003 5:01 pm
Still did not work for -from ... Service....
2929
Harri Pesonen
Harry_el_Fuerte
Mar 4, 2003 4:07 pm
Use -from in addition to -f ... From: lilywang_14744 <lilywang_14744@...> To: blat@yahoogroups.com Sent: Tuesday, March 04, 2003 5:18 PM Subject: [blat]...
2928
lilywang_14744 <li...
lilywang_14744
Mar 4, 2003 3:18 pm
Hi, I want to make my email FROM format will be, my name<myaddress@...> I have tried following format and all did not work. 1. -f "my name <myaddress@...>" 2....