Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

blat · Discussion of BLAT. Blat is a command line email tool (sending mail via smtp), written for Windows.

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 1618 - 1647 of 13046   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1618 Max
maxmelody@... Send Email
Feb 1, 2002
9:26 am
Team, I just know that this thingy is command line SMTP kinda stuff. Tell me where i could get hold of sutff that tellsme how i could use it. From start to end...
1619 Romson Christer
chro1se Send Email
Feb 1, 2002
10:04 am
... I don't think there is such a thing. I'm sure people on this list are willing to help (within limits). Do you have any notion of what you want to do? I...
1620 Joel Limardo
twofar2bgone Send Email
Feb 1, 2002
2:32 pm
Hmmmm....did you try the readme.txt file that came with blat? Why do people shotgun questions like this when most of the documentation they are looking for is...
1621 Heal Wit' Hans
healwhans@... Send Email
Feb 1, 2002
9:29 pm
You don't even need to work that hard... just type in blat on the command prompt and save the .exe -h for when you are really bored! ... ...
1622 Salah Zerrougui
salah_z Send Email
Feb 2, 2002
12:32 am
Basicaly, this is small program, that can send e-mail using an smtp server on your network. Where to use it ? you have batch file that let say do a backup of...
1623 lar1r Send Email Feb 2, 2002
12:46 am
AAArgggh. This stinks. Everytime my cgi-script runs, download programs try to save it (like flashget). Now I've tried this without a download manager...
1624 antler38 Send Email Feb 3, 2002
3:24 pm
Hi I realise that this topic has probably been discussed many times before... I need to update FormMail version 1.9 to work with Blat. My webhost does not...
1625 Joel Limardo
twofar2bgone Send Email
Feb 4, 2002
3:10 pm
If your server automatically tries to download a cgi program than it is not set up for its particular file type. For instance, some servers will not run a perl...
1626 GRILLIAT Thierry
thierry.grilliat@... Send Email
Feb 5, 2002
8:46 am
Hello everybody, first of all I would like to apologize about my english which is not so good since I'm French... Second, I have a problem with blat. Using...
1627 guthe8 Send Email Feb 5, 2002
1:56 pm
I wanted to say thank you for all of your help with BLAT. Fortunately, my host has now changed my site over to UNIX servers which now have scripts in place for...
1628 jrazor1 Send Email Feb 5, 2002
5:50 pm
I know there are switches -u (uerid) and -pw (password), but how exactly do you implement those switches to login to an Exchange server? Blat is called up by...
1629 Joel Limardo
twofar2bgone Send Email
Feb 5, 2002
6:18 pm
First, try to use blat without the login information. Some servers have AUTH turned off. Since they do not require it, they will not send your e-mail if you...
1630 jrazor1 Send Email Feb 5, 2002
7:50 pm
It works great right now without passing the username or password. Problem is that my Exchange mail server must require authentication in order to prevent it...
1631 Sudeep
sudeepchaudhuri Send Email
Feb 5, 2002
10:53 pm
i am new to blat . I want to send many files as an attachment.The text of my file is blank i want to do blat -t test@... -attach *.* Now this does not...
1632 jrazor1 Send Email Feb 6, 2002
6:11 am
Problem solved. Thanks. ... it ... servers ... e- ... no ... command ... the ... example...
1633 Joel Limardo
twofar2bgone Send Email
Feb 6, 2002
2:14 pm
Why don't you zip all of your files and send a zip file? There is a command line interface available for Winzip which you can send commands to in the same...
1634 Craig Morrison
headstockusa Send Email
Feb 6, 2002
2:21 pm
blat - -body " " -t test@... -attach *.* ... -- Craig Morrison http://www.mtsprofessional.com/ A Win32 Email server that works for you....
1635 Sudeep
sudeepchaudhuri Send Email
Feb 6, 2002
3:04 pm
in my subject i need to add today's date ie my subject should say files for 02/01/02 How can i do that. i need to run this in a script.So it has to...
1636 Craig Morrison
headstockusa Send Email
Feb 6, 2002
3:17 pm
Why don't you do a little homework? I don't mind helping with a pointer here and there, but I'm not going to do all your work for you. Grab BLAT from...
1637 Joel Limardo
twofar2bgone Send Email
Feb 6, 2002
5:49 pm
Well, let's see. If you are coding in perl you can use something like: C:\Temp&#92;twosixmove>;perl -e "$x=`date /T`; chomp($x);print(qq(blat.exe -s \"$x\"));" ...
1638 Lueko Willms
Lueko.Willms@... Send Email
Feb 7, 2002
9:04 am
I hope that this is not too far off topic on this list -- I have a suggestion for a little improvement of BLAT's sister GETMAIL: The option -n <x> allows to...
1639 Robert Fuchs
bobbythefox Send Email
Feb 8, 2002
4:09 pm
Hello, beginner's question: is there any documentation available for Blat and Getmail? regards, Robert...
1640 Lueko Willms
Lueko.Willms@... Send Email
Feb 8, 2002
4:31 pm
... Execute the program with the option -h Or read the source code... Yours, Lüko Willms Frankfurt/Main / Lueko.Willms@......
1641 Robert Fuchs
bobbythefox Send Email
Feb 8, 2002
4:43 pm
... das ist ja noch schlimmer als RTFM ;-) sorry for the german posting, regards, Robert...
1642 Lueko Willms
Lueko.Willms@... Send Email
Feb 8, 2002
5:20 pm
... Ich beantworte ihm seine Frage, und er beschwert sich... Hätte ich einfach nur JA schreiben sollen? JA, es gibt eine Dokumentation? <kopfschüttel> MfG, ...
1643 Robert Fuchs
bobbythefox Send Email
Feb 8, 2002
5:44 pm
... auch <kopfschüttel>, siehst Du den Smiley nicht? humorloser Zeitgenosse, was? regards, Robert...
1644 helmerh2k Send Email Feb 8, 2002
6:03 pm
Hi everyone, This is my first time working with cgi's i have already my html page and in my NT hosting server i have blat.exe program. I download from Matt...
1645 helmerh2k Send Email Feb 8, 2002
6:08 pm
Hi everyone, This is my first time working with cgi's i have already my html page and in my NT hosting server i have blat.exe program. I download from Matt...
1646 Jeremy McKay
jeremymckay Send Email
Feb 8, 2002
9:22 pm
Hi, I am almost positive those URL's will not work... The script is looking for the absolute path to those programs on your machine. If it is not possible to ...
1647 therightdj_com Send Email Feb 9, 2002
2:44 am
I've read and installed according to instructions on Blat Home (except I put it in different directory) I have used DOS Prompt and believe I have set up a...
Messages 1618 - 1647 of 13046   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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