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 8208 - 8237 of 13033   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
8208 tahattmeruh Send Email Feb 2, 2006
2:58 pm
I use the following command C:\>c:\pdf-server\blat\blat.exe "C:\WINDOWS&#92;TEMP&#92;surename.lastname-aaaaaaaaa aaaaaaaaa aaaaaaaaa aaaaaaaaa aaaaaaaaa aaaaaaaaa...
8209 tahattmeruh Send Email Feb 2, 2006
3:00 pm
I use the following command C:\>c:\pdf-server\blat\blat.exe "C:\WINDOWS&#92;TEMP&#92;surename.lastname-aaaaaaaaa aaaaaaaaa aaaaaaaaa aaaaaaaaa aaaaaaaaa aaa aaaaaa...
8210 Tim Musson
mussont Send Email
Feb 2, 2006
3:06 pm
Hey tahattmeruh, On Thursday, February 2, 2006 at 9:36:28 AM you wrote t> I use the following command t> C:\>c:\pdf-server\blat\blat.exe t>...
8211 tahattmeruh Send Email Feb 2, 2006
3:56 pm
... Yes. The reason is the users are printing on network and a pdf is created. It gets the filename like surename.lastname-originalfilename-programm-sequenze +...
8212 ducassedya Send Email Feb 2, 2006
4:19 pm
Is there away to compress the text attached file when sending an attachment as part of the command line? If not what would you use to compress it in a batch...
8213 Tim Musson
mussont Send Email
Feb 2, 2006
4:25 pm
Hey ducassedya, On Thursday, February 2, 2006 at 11:05:26 AM you wrote d> Is there away to compress the text attached file when sending an d> attachment as...
8214 bertsoft Send Email Feb 3, 2006
12:20 pm
Hi guys, Any body encounter this error in blat,because i using blat for NNM to send alert to our network admin..... need your help workaround I aldready...
8215 Tim Musson
mussont Send Email
Feb 3, 2006
12:29 pm
Hey Toberts, On Friday, February 3, 2006 at 3:20:37 AM you wrote b> Any body encounter this error in blat,because i using blat for NNM b> to send alert to our...
8216 wattishisname Send Email Feb 3, 2006
4:03 pm
Blat works fine when sending to email address outside my company but the ones within get lost. if I have a company email address (either the whole thing or the...
8217 wattishisname Send Email Feb 3, 2006
4:09 pm
I had a typo in the email address used in the install. According to the link below it(SMTP?) checks the address for an internal forwarding but not for an...
8218 wattishisname Send Email Feb 3, 2006
4:13 pm
Link to fix: http://www.aspfaq.com/show.asp?id=2511...
8219 Tim Musson
mussont Send Email
Feb 3, 2006
5:56 pm
Hey wattishisname, On Friday, February 3, 2006 at 11:08:51 AM you wrote w> I had a typo in the email address used in the install. According to w> the link...
8220 namtog Send Email Feb 3, 2006
11:45 pm
... Thanks for the link. Namtog...
8221 bertsoft Send Email Feb 6, 2006
3:07 am
Thanks Guy's for the advise... ... NNM ... error ... 25....
8222 tahattmeruh Send Email Feb 6, 2006
9:04 am
... Still no other solution than to use shorter filenames? Marc...
8223 Tim Musson
mussont Send Email
Feb 6, 2006
12:37 pm
Hey tahattmeruh, On Monday, February 6, 2006 at 4:03:46 AM you wrote t> Still no other solution than to use shorter filenames? Sorry, I got distracted with...
8224 tahattmeruh Send Email Feb 6, 2006
2:36 pm
Still no luck with the option file. Blat still says that it cannot find the body file. Don't know what's wrong. It only happens on the body file. Marc Hey...
8225 Tim Musson
mussont Send Email
Feb 6, 2006
2:56 pm
Hey tahattmeruh, On Monday, February 6, 2006 at 9:35:58 AM you wrote t> Still no luck with the option file. Blat still says that it cannot find the t> body...
8226 tahattmeruh Send Email Feb 6, 2006
4:55 pm
... cannot find the ... I use the following command C:\>c:\pdf-server\blat\blat.exe "C:\WINDOWS&#92;TEMP&#92;surename.lastname-aaaaaaaaa aaaaaaaaa aaaaaaaaa aaaaaaaaa...
8227 Tracey
wpiis@... Send Email
Feb 6, 2006
5:19 pm
Just FYI... ... dir /x in W2K displays the 8.3 file name since the long file names are actually aliases for the ~real~8.3 file names. Where I work we have some...
8228 tahattmeruh Send Email Feb 6, 2006
5:43 pm
... names are ... It's the opposite. 8.3 file names are aliases for the real filenames. You can deactivate the 8.3 filename creation in windows. ... I will...
8229 namtog Send Email Feb 6, 2006
5:52 pm
Greetings, I get the same * does not exist message on win XP home edition for really long file names. Don't know of a cure. Namtog...
8230 Tim Musson
mussont Send Email
Feb 6, 2006
6:30 pm
Hey tahattmeruh, ... t> I use the following command C:\>>c:\pdf-server\blat\blat.exe t> "C:\WINDOWS&#92;TEMP&#92;surename.lastname-aaaaaaaaa aaaaaaaaa aaaaaaaaa t>...
8231 Chip
chipprogrammer Send Email
Feb 7, 2006
2:44 am
I found the problem, it is a function call to Windows to open the named file which is failing. I changed the call to a different function which now does work,...
8232 tahattmeruh Send Email Feb 7, 2006
8:34 am
... named file ... now does ... change will ... Great. That are really good news. Marc...
8233 namtog Send Email Feb 7, 2006
4:23 pm
Greetings, Marc wrote; ... Yes it is. Thanks to you for reporting what appears to be a genuine bug. It's the first one, IIRC, of the year. When you first...
8234 namtog Send Email Feb 7, 2006
4:50 pm
Greetings, Chip wrote; ... Is this what you are talking about? From blat.cpp starting at line 721; // make sure filename exists, get full pathname if (...
8235 Chip
chipprogrammer Send Email
Feb 8, 2006
3:45 am
... That's the correct section of code. I replaced the OpenFile() with a different call and additional lines of error checking. :) Chip...
8236 skdmdurai Send Email Feb 8, 2006
4:59 pm
Hi, We are trying to use Blat from PeopleSoft to send out mails. Before starting we like to know the following 1. Can we use BLAT.EXE in unix platform? 2. Is...
8237 Tim Musson
mussont Send Email
Feb 8, 2006
5:35 pm
Hey skdmdurai, On Wednesday, February 8, 2006 at 11:56:41 AM you wrote s> We are trying to use Blat from PeopleSoft to send out mails. Before s> starting we...
Messages 8208 - 8237 of 13033   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