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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 7511 - 7540 of 11472   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7511
I was wondering if anyone can help me. I am running HP openview on a WND 2003 Server and I am trying to use Blat to generate an email to my email address when...
terriejohnston
Offline Send Email
Aug 1, 2005
7:35 pm
7512
Please pardon this message. I am seeing if this will go thru to the listsrv as my email seems to have blocked all BLAT email... -Valerie-...
VALERIE ANDERSON
house0cats
Offline Send Email
Aug 1, 2005
7:35 pm
7513
... Greetings Terrie Johnston, They don't get much traffic but you could try the HP openview Yahoo Group http://groups.yahoo.com/group/hp_openview/ Or maybe...
namtog
Offline Send Email
Aug 2, 2005
9:21 pm
7514
Nametog, ... Love your search engine! :) (LMAO!) Malcolm...
Corp Library
awaresoft
Offline Send Email
Aug 3, 2005
3:27 am
7515
Hi, I've installed blat.exe on windows 2003 server, everything works fine apart from the redirect url. No matter what I have on the html form "redirect" or...
Mick Martins
americo_uk
Offline Send Email
Aug 3, 2005
4:45 pm
7516
... fine ... Greetings Mick Martins, There are a couple of different ways to do this. First to quite output from Blat add -q to the end of your blat send...
namtog
Offline Send Email
Aug 3, 2005
7:46 pm
7517
Did you ever get this resolved? From your description it doesn't sound like an XP problem. If you have gotten as far as having your server respond then it...
Mike Clare
hop16137
Offline Send Email
Aug 4, 2005
3:30 am
7518
Thanks Namtog for helping me out. Below is my email.cgi script. I've changed the following string #$BLAT_ARGS .= -q"; to (#$BLAT_ARGS .= "- -t $to -i $from -s ...
Mick Martins
americo_uk
Offline Send Email
Aug 4, 2005
8:36 am
7519
Greetings Mick Martins, I see your using the Formmail script from Matt's archive. It uses the-penguin tag and I'm not sure if that will work with the current...
namtog
Offline Send Email
Aug 4, 2005
7:44 pm
7520
Many thanks Namtog, I will try other solutions....
Mick Martins
americo_uk
Offline Send Email
Aug 5, 2005
11:57 am
7521
Hi, I'm trying to send an html email on the command line, but the command fails because there are quotes in the html. How can I send an html message using the...
Daniel deHam
ddeham
Offline Send Email
Aug 5, 2005
7:09 pm
7522
... Anywhere that you have quotation marks within your html, you need to preceed it with a backslash (\). Blat is written in C, and the command line parser ...
Chip
chipprogrammer
Offline Send Email
Aug 6, 2005
5:32 pm
7523
Hello, I have a qwestion, How can i send a zip (as attachment ) file with blat I have try a lot of commado's but he send not my file Can you give the command...
mahvansanten
Offline Send Email
Aug 8, 2005
2:17 am
7524
... Blat emailMsg.txt -to whoever -attach zipfile...
Chip
chipprogrammer
Offline Send Email
Aug 8, 2005
5:11 am
7525
That helped, but i'm still having a problem sending email. The problem now is the % sign. How do I escape %? I tried \% and %% but neither of those worked. My...
Dan deHam
ddeham
Offline Send Email
Aug 8, 2005
10:05 pm
7526
Greetings Daniel, You wrote; "That helped, but I'm still having a problem sending email. The problem now is the % sign. How do I escape %? I tried \% and %%...
namtog
Offline Send Email
Aug 8, 2005
10:30 pm
7527
I'm sure that the % is the problem. When I take out the 3 % signs, the email sends fine. When I put them back in, the email won't send, it gives me the error....
Dan deHam
ddeham
Offline Send Email
Aug 8, 2005
10:36 pm
7528
I would like to include a carrige return/line feed in the message body. Is this possible? I can not use an attachment since a bat file is used to send the...
jeff_beckstrom
Offline Send Email
Aug 9, 2005
2:08 pm
7529
Hey Mick, On Friday, August 5, 2005 at 7:57:42 AM you wrote MM> Many thanks Namtog, I will try other solutions. ... Yep, -penguin still works, but has been...
Tim Musson
mussont
Offline Send Email
Aug 9, 2005
7:03 pm
7530
Hey Daniel, wow, that is a lot of html in your perl code... Try using the ' instead of the " char (same key on the keyboard). Is there any reason you are...
Tim Musson
mussont
Offline Send Email
Aug 9, 2005
7:19 pm
7531
Hey terriejohnston, On Monday, August 1, 2005 at 2:52:03 PM you wrote t> I was wondering if anyone can help me. I am running HP openview on a t> WND 2003...
Tim Musson
mussont
Offline Send Email
Aug 9, 2005
7:43 pm
7532
Greetings Tim, It's been some time since we heard from you on this board. I hope you enjoyed your holiday. I'm having a tag problem, I think. I've sent three...
namtog
Offline Send Email
Aug 9, 2005
7:49 pm
7533
I got it to work. I had to double-escape the quotes. Once for putting them into a perl string, and again for the command line. So my quotes are escaped like...
Dan deHam
ddeham
Offline Send Email
Aug 9, 2005
8:04 pm
7534
... putting them ... need ... the html ... Greetings Daniel, Thats great. Thanks for stopping back to let us all know how you solved the problem. I wish more...
namtog
Offline Send Email
Aug 9, 2005
8:10 pm
7535
Hey namtog, On Tuesday, August 9, 2005 at 3:49:09 PM you wrote n> It's been some time since we heard from you on this board. I hope n> you enjoyed your...
Tim Musson
mussont
Offline Send Email
Aug 10, 2005
11:48 am
7536
Hey Dan, On Tuesday, August 9, 2005 at 4:04:18 PM you wrote Dd> I got it to work. I had to double-escape the quotes. Once for Dd> putting them into a perl...
Tim Musson
mussont
Offline Send Email
Aug 10, 2005
11:50 am
7537
... hope ... Blat ... hhmm ... wax ... Please ... I'm ... (assuming ... you ... before it ... gear ... continues ... I fully agree with, and believe all of the...
namtog
Offline Send Email
Aug 10, 2005
12:28 pm
7538
Greetings all, I received the following email this morning. I removed some of the login info. My response follows it. Email from Harris Arlen below: Hi there,...
namtog
Offline Send Email
Aug 10, 2005
5:03 pm
7539
I am new to blat, so this may be something simple. I am trying to send a file to a distribution list, AAHC Tier 1 Support. I can send to individual emails...
gmerrill44
Offline Send Email
Aug 11, 2005
3:02 pm
7540
Hey jeff_beckstrom, On Tuesday, August 9, 2005 at 10:08:37 AM you wrote j> I would like to include a carrige return/line feed in the message j> body. Is this...
Tim Musson
mussont
Offline Send Email
Aug 11, 2005
3:04 pm
Messages 7511 - 7540 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