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....
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]...
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...
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> ...
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...
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...
Skough Axel U/IT-S
axel.skough@...
Mar 4, 2003 6:04 pm
2936
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,...
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...
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...
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...
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...
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 ...
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...
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...
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...
Skough Axel U/IT-S
axel.skough@...
Mar 5, 2003 8:15 am
2946
... 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 ...
... "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 ...
... However, without the <> surrounding the email address, the mail server does not complain. Therefore, changing the sprintf() statement to "MAIL From: %s"...
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...
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...
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...
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,...
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?...
Here is what happens when I do the same thing: C:\BLAT >release\blat - -to [me] -body "help" -subject testing -noh2 -debug Blat v1.9.4c (build : Mar 5 2003...