Search the web
Sign In
New User? Sign Up
blat · Discussion of BLAT. Blat is a command line email tool (sending mail via smtp), written for Windows.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2928 - 2957 of 11472   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2928
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....
lilywang_14744 <lilyw...
lilywang_14744
Offline Send Email
Mar 4, 2003
3:18 pm
2929
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]...
Harri Pesonen
Harry_el_Fuerte
Offline Send Email
Mar 4, 2003
4:07 pm
2930
Still did not work for -from ... Service....
lilywang_14744 <lilyw...
lilywang_14744
Offline Send Email
Mar 4, 2003
5:01 pm
2931
Try both -mailfrom and -from like: blat.exe - -server smtp.netsonic.fi -mailfrom fuerte@... -from "Harry el Fuerte <fuerte@...>" -to "Harri Pesonen...
Harri Pesonen
Harry_el_Fuerte
Offline Send Email
Mar 4, 2003
5:08 pm
2932
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...
Tim Musson
mussont
Offline Send Email
Mar 4, 2003
5:25 pm
2933
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> ...
Axel Skough
axel_skough
Offline Send Email
Mar 4, 2003
5:28 pm
2934
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 Pesonen
Harry_el_Fuerte
Offline Send Email
Mar 4, 2003
5:54 pm
2935
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@...
Send Email
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,...
Harri Pesonen
Harry_el_Fuerte
Offline Send Email
Mar 4, 2003
6:30 pm
2937
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...
danmoffet <tommy.vins...
danmoffet
Offline Send Email
Mar 4, 2003
6:57 pm
2938
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...
Tim Musson
mussont
Offline Send Email
Mar 4, 2003
7:01 pm
2939
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...
Tim Musson
mussont
Offline Send Email
Mar 4, 2003
7:10 pm
2940
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...
Arthur Donchey
rratt2003
Offline Send Email
Mar 4, 2003
7:32 pm
2941
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 ...
Axel Skough
axel_skough
Offline Send Email
Mar 4, 2003
8:23 pm
2942
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...
lilywang_14744
Offline Send Email
Mar 4, 2003
10:13 pm
2943
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...
Brendan H Scherer
ta_stealth
Offline Send Email
Mar 5, 2003
12:28 am
2944
... You'll need -mailfrom mailbox@m... as well as -from. Christer Romson...
Romson Christer
chro1se
Offline Send Email
Mar 5, 2003
8:03 am
2945
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@...
Send Email
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 ...
Chip
chipprogrammer
Offline Send Email
Mar 5, 2003
12:38 pm
2947
... "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 ...
Romson Christer
chro1se
Offline Send Email
Mar 5, 2003
12:45 pm
2948
... However, without the <> surrounding the email address, the mail server does not complain. Therefore, changing the sprintf() statement to "MAIL From: %s"...
Chip
chipprogrammer
Offline Send Email
Mar 5, 2003
1:09 pm
2949
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...
owigg
Offline Send Email
Mar 6, 2003
1:59 am
2950
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...
Tim Musson
mussont
Offline Send Email
Mar 6, 2003
12:39 pm
2951
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\"...
lilywang_14744
Offline Send Email
Mar 6, 2003
4:37 pm
2952
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 Musson
mussont
Offline Send Email
Mar 6, 2003
4:52 pm
2953
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...
lilywang_14744
Offline Send Email
Mar 6, 2003
5:03 pm
2954
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 Musson
mussont
Offline Send Email
Mar 6, 2003
5:10 pm
2955
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?...
owigg
Offline Send Email
Mar 7, 2003
4:46 am
2956
I should also mention that whatever blat seems to be doing, its taking up 100% CPU...
owigg
Offline Send Email
Mar 7, 2003
4:48 am
2957
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...
Chip
chipprogrammer
Offline Send Email
Mar 7, 2003
11:54 am
Messages 2928 - 2957 of 11472   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help