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 10813 - 10842 of 11470   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10813
Hi, I'm just trying to use blat.exe in an internationalized environment, which means, I may have non-ASCII / non-English characters in the following strings: -...
Robert Vanyi
robert.vanyi@...
Send Email
Oct 1, 2008
3:11 pm
10814
Hey Robert, On Wednesday, October 1, 2008 at 11:01:02 AM you wrote RV> I'm just trying to use blat.exe in an internationalized environment, RV> which means, I...
Tim Musson
mussont
Offline Send Email
Oct 1, 2008
3:19 pm
10815
Hi, Why not read the rfcs? www.ietf.org/rfcs<http://www.ietf.org/rfcs> iirc - if not google is your friend. 821, 822, 2821, 2822 also iirc. The effort is time...
Anthony Youngman
anthonyy@...
Send Email
Oct 1, 2008
3:36 pm
10816
Hi Tim, ... C:\ >blat テスト.txt -to robert.vanyi@... Blat v2.6.2 w/GSS encryption (build : Feb 25 2007 12:06:19) unknown error code 123 when trying to open...
Robert Vanyi
robert.vanyi@...
Send Email
Oct 1, 2008
4:34 pm
10817
Hey Robert, On Wednesday, October 1, 2008 at 12:34:22 PM you wrote ... C:\>blat ???.txt -to robert.vanyi@... RV> Blat v2.6.2 w/GSS encryption (build : Feb 25...
Tim Musson
mussont
Offline Send Email
Oct 1, 2008
4:52 pm
10818
Hi Wol, Thanks for the info on the RFC numbers. I do read them, but my main profile is internationalization and not emailing. That's what I'm using blat for....
Robert Vanyi
robert.vanyi@...
Send Email
Oct 1, 2008
5:48 pm
10819
Hi Tim, ... I've searched the archives for UTF-16, but the posts I have found were about the encoding of the _contents_. My issue is with command line ...
Robert Vanyi
robert.vanyi@...
Send Email
Oct 1, 2008
5:55 pm
10820
Tim,   If you can help me, I appreciate it, otherwise maybe you can refer me to someone.   I am calling blat.exe thru visual basic via shell command.   ...
James George
jgeorge737
Offline Send Email
Oct 2, 2008
12:16 am
10821
Hi Folks, My backup application, BackupAssist, runs a script after each backup, which uses blat to send me the output of a couple of DIR commands. This has...
fbdenman
Offline Send Email
Oct 2, 2008
11:31 am
10822
Hey James, On Wednesday, October 1, 2008 at 5:29:59 PM you wrote JG> If you can help me, I appreciate it, otherwise maybe you can refer JG> me to someone. This...
Tim Musson
mussont
Offline Send Email
Oct 2, 2008
11:51 am
10823
I have no idea if this will work, but have you tried invoking blat from PowerShell instead of cmd.exe? PowerShell installs as a feature on Windows Server 2008,...
James Booth
jhb98027
Offline Send Email
Oct 2, 2008
9:14 pm
10824
I seem to have resolved this issue by reverting to v2.50 of blat.exe. Frank...
fbdenman
Offline Send Email
Oct 2, 2008
10:41 pm
10825
Tim, James, I really appreciate your help. ... Unfortunately nothing helps. I was trying to use command-line option -charset UTF-16 and also running from...
Robert Vanyi
robert.vanyi@...
Send Email
Oct 3, 2008
11:46 am
10826
Hi guys, I'm using blat.dll in my application. I use it to send usually 50 to 100 email at a time. I noticed that every 3-5 emails an email does not leave. So...
nicolapenta
Offline Send Email
Oct 3, 2008
11:50 am
10827
Greetings Nicolapenta, You didn't post your send string so this is just a wild guess. Have you tried increasing; -try <n times> : how many times blat should...
namtog
Offline Send Email
Oct 3, 2008
1:55 pm
10828
Has blat got a throttle setting of some sort (and if not, should it have one)? A mailing list I'm on throttles the list because of the bandwidth, so if it's...
Anthony Youngman
anthonyy@...
Send Email
Oct 3, 2008
2:27 pm
10829
<snip> ... The source does not yet use wide character names. I will try to make time this weekend and week to make it have wide character support. It will...
Chip
chipprogrammer
Offline Send Email
Oct 3, 2008
10:35 pm
10830
... From: "Anthony Youngman" <anthonyy@...> To: <blat@yahoogroups.com> Sent: Friday, October 03, 2008 10:25 AM Subject: RE: [blat] Re: Error: Not a...
Chip
chipprogrammer
Offline Send Email
Oct 3, 2008
10:45 pm
10831
One of our developers here is doing some testing and Blat is part of the puzzle. However, while testing, he doesn't want a bunch of auto- generated messages to...
dann
dannmclain
Offline Send Email
Oct 4, 2008
12:20 am
10832
... Hi Namtog, I tried to specify "-try 3" and it works. No fatal errors so far, but I can read in the logs lines like these: - Error: Wait a bit (possible...
nicolapenta
Offline Send Email
Oct 4, 2008
8:50 am
10833
... after each 'attempt to send' before trying again". Whether the attempt is successful or not. Just for your info, I tried this approach waiting a few...
nicolapenta
Offline Send Email
Oct 4, 2008
8:52 am
10834
I just started getting crashing errors too! I found that if I put '-debug' in the command-string and took out the '-log' portion (as it just dumps a tonne of...
Ken Gray
kenegray2001
Offline Send Email
Oct 5, 2008
8:44 pm
10835
... Did your system get an update from Microsoft? It would seem odd that you know what day it started crashing, when Blat had not itself knowingly been ...
Chip
chipprogrammer
Offline Send Email
Oct 5, 2008
8:47 pm
10836
Hi Folks,   How can I get blat to tell me that an email was successfully sent and their were no errors.   Can the output go to a file instead of a return...
James George
jgeorge737
Offline Send Email
Oct 7, 2008
5:50 pm
10837
Hey James, On Tuesday, October 7, 2008 at 1:50:45 PM you wrote JG> How can I get blat to tell me that an email was successfully sent JG> and their were no...
Tim Musson
mussont
Offline Send Email
Oct 7, 2008
6:11 pm
10838
use this. -log c:\blat\log.txt -- *Ken Gray* The Macro Hook.blogspot.com <http://www.TheMacroHook.blogspot.com> ... [Non-text portions of this message have...
Ken Gray
kenegray2001
Offline Send Email
Oct 7, 2008
6:13 pm
10839
Can't get BLAT to work with Exchange 2007. What's the trick? Works fine with my ISP mail server, but not my client's Exchange 2007 server. Thanks, Russell...
Russell Campbell
rrcampbell12
Offline Send Email
Oct 7, 2008
6:13 pm
10840
Hey Russell, On Tuesday, October 7, 2008 at 2:13:26 PM you wrote RC> Can't get BLAT to work with Exchange 2007. What's the trick? Works RC> fine with my ISP...
Tim Musson
mussont
Offline Send Email
Oct 7, 2008
6:30 pm
10841
Thanks, Tim. I don't think you need that other info right now. :~) It appear to not be listening for SMTP traffic on port 25. I'm getting the client to...
Russell Campbell
rrcampbell12
Offline Send Email
Oct 7, 2008
6:47 pm
10842
Thanks Ken, I am doing that but it is telling me the email has been sent.   What if Lotus Notes Server is down.  Sent doesn't mean that Lotus Notes has...
James George
jgeorge737
Offline Send Email
Oct 7, 2008
7:55 pm
Messages 10813 - 10842 of 11470   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