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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 9593 - 9622 of 11470   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9593
Hello, I recently switched ISP's and now I am having difficulty setting up blat to send out emails. Previously I was using a program called Webmon that would...
Shawn
mastergunner99
Offline Send Email
Apr 5, 2007
6:25 am
9594
Hello ! I've got the opposite problem to the ones discussed before : I'm sending binary attachments and receive it in the body - of course unreadable. I'm...
mammmumm
Offline Send Email
Apr 5, 2007
11:44 am
9595
Hey Shawn, On Thursday, April 5, 2007 at 2:25:07 AM you wrote S> My problem is now I completely forgot how to set up a profile and S> delete my old profile. If...
Tim Musson
mussont
Offline Send Email
Apr 5, 2007
11:55 am
9596
Hey shawncannon, On Thursday, April 5, 2007 at 9:55:32 AM you wrote ssn> Okay. Changed from server. Nothing worked when I changed it to ssn> ameritch.yahoo....
Tim Musson
mussont
Offline Send Email
Apr 5, 2007
4:23 pm
9597
Hey mammmumm, On Thursday, April 5, 2007 at 7:32:22 AM you wrote m> Hello ! I've got the opposite problem to the ones discussed before : m> I'm sending binary...
Tim Musson
mussont
Offline Send Email
Apr 5, 2007
9:56 pm
9598
I settled on not using my ISP's smtp, and opted for using my company's smtp instead. The boss is clearly okay with me doing this as I'm the owner of the...
Shawn
mastergunner99
Offline Send Email
Apr 6, 2007
5:28 am
9599
Sending stdin.txt to 6084491544@... Subject: Test Login name is shawn@... The SMTP server did not accept Auth PLAIN value. Is your...
Shawn
mastergunner99
Offline Send Email
Apr 6, 2007
5:30 am
9600
I discovered my own problem. Sending stdin.txt to 6084491544@... Subject: Test Login name is shawn@... The SMTP server did not...
Shawn
mastergunner99
Offline Send Email
Apr 6, 2007
5:36 am
9601
This is my first attempt at using blat and I'm having a hard time finding a simple "hello world" style example. I've tried searching this forum but have not...
canadian_comet
Offline Send Email
Apr 6, 2007
12:20 pm
9602
Hey Shawn, On Friday, April 6, 2007 at 1:29:14 AM you wrote S> I discovered my own problem. S> Sending stdin.txt to 6084491544@... S> Subject: Test S>...
Tim Musson
mussont
Offline Send Email
Apr 6, 2007
12:45 pm
9603
Hey canadian_comet, On Friday, April 6, 2007 at 12:35:24 AM you wrote c> This is my first attempt at using blat and I'm having a hard time c> finding a simple...
Tim Musson
mussont
Offline Send Email
Apr 6, 2007
12:48 pm
9604
Hey Shawn, On Friday, April 6, 2007 at 1:28:31 AM you wrote S> Sending stdin.txt to 6084491544@... S> Subject: Test S> Login name is...
Tim Musson
mussont
Offline Send Email
Apr 6, 2007
12:50 pm
9605
... time ... searching this ... can ... and ... Thank you Tim, I guess I needed to be more specific. I'm working with a web page form and trying to submit the...
canadian_comet
Offline Send Email
Apr 6, 2007
2:14 pm
9606
Hey canadian_comet, On Friday, April 6, 2007 at 10:13:49 AM you wrote c> Thank you Tim, I guess I needed to be more specific. I'm working with c> a web page...
Tim Musson
mussont
Offline Send Email
Apr 6, 2007
4:44 pm
9607
Thank you, Tim, for your help. - I tried with and without -mime - it's the same. - I've read the mail with Outlook and on the Internet-portal of my provider...
mammmumm
Offline Send Email
Apr 6, 2007
5:42 pm
9608
... working with ... blat.exe. The ... use ... having ... but not ... exactly a plain html form calling....something. This is where I get lost and have had a...
canadian_comet
Offline Send Email
Apr 7, 2007
6:01 am
9609
Hey canadian_comet, On Saturday, April 7, 2007 at 1:59:13 AM you wrote ... c> exactly a plain html form calling....something. This is where I get c> lost and...
Tim Musson
mussont
Offline Send Email
Apr 7, 2007
1:56 pm
9610
Hello Tim, now I've found it out: I mixed up -body and -subject. So maybe the linefeed or something else made it stumble. Now it works. Thank you for your...
mammmumm
Offline Send Email
Apr 10, 2007
12:24 pm
9611
Greetings, canadian_comet wrote; "I'm working with a web page form and trying to submit the html form to a blat.exe." This could be a problem. Using HTML to...
namtog
Offline Send Email
Apr 10, 2007
4:08 pm
9612
I feel like I rode the short but to school. I am running Blat from the command line and it just sits there until I ctrl-c and stop it. Syntax used: blat -to...
John Matthew
vrgruver1
Offline Send Email
Apr 12, 2007
11:25 pm
9613
John, You haven't told blat what to send. It's expecting you to enter something from the keyboard. Type blat -h for help to see what the exact syntax is, but...
timothypbeck
Offline Send Email
Apr 12, 2007
11:29 pm
9614
It's waiting for you to give it a body of the message to send. You need a "-body 'Message lines here|pipe chars as char returns.'" or on the command line give...
Kevin van Houten
qevan
Offline Send Email
Apr 12, 2007
11:48 pm
9615
I am using BLAT to send an email message in a file from a C++ application. Apart from the text of the message which is just in normal format, I want to include...
tim.cripps
Offline Send Email
Apr 13, 2007
9:07 am
9616
I have just come across BLAT, and am trying to get it to work to send myself an email. I enter the following blat -to scott.murphy@... -subject "hello"...
scottmurphy99
Offline Send Email
Apr 13, 2007
11:45 am
9617
Hey tim.cripps, On Friday, April 13, 2007 at 5:01:46 AM you wrote tc> I am using BLAT to send an email message in a file from a C++ tc> application. Apart from...
Tim Musson
mussont
Offline Send Email
Apr 13, 2007
11:49 am
9618
Hey scottmurphy99, On Friday, April 13, 2007 at 2:55:19 AM you wrote s> I have just come across BLAT, and am trying to get it to work to send s> myself an...
Tim Musson
mussont
Offline Send Email
Apr 13, 2007
11:52 am
9619
We're using blat within some programs that allow us to be notified if an abnormal termination condition exists. That works great. However, if for some reason...
David Campbell
dsc5
Offline Send Email
Apr 13, 2007
1:39 pm
9620
Hey David, On Friday, April 13, 2007 at 9:14:10 AM you wrote DC> We're using blat within some programs that allow us to be notified if DC> an abnormal...
Tim Musson
mussont
Offline Send Email
Apr 13, 2007
1:49 pm
9621
Thank you, Tim, Version 1.9.4 is the version Using the .exe Gave the list of return codes to the lead programmer this morning ... notified if ... However, ... ...
David Campbell
dsc5
Offline Send Email
Apr 13, 2007
5:22 pm
9622
Hey David, On Friday, April 13, 2007 at 1:16:56 PM you wrote DC> Version 1.9.4 is the version DC> Using the .exe DC> Gave the list of return codes to the lead...
Tim Musson
mussont
Offline Send Email
Apr 13, 2007
6:07 pm
Messages 9593 - 9622 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