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 your group to be featured on the Yahoo! Groups website? 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 6077 - 6106 of 11472   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6077
v 1.94 on NT system Command Line: ..\..\Blat\blat - -to "user@..."-subject "test subject" -body "test body test" -from "owner@..." -cc "user2@..." ...
Norrin Radd
datadan_1
Offline Send Email
Nov 1, 2004
7:26 pm
6078
... Technically you can add the -base64 option to the command line below. This would convert your "body" to an attachment named stdin.txt. LOL, I was so sure...
Ykai
kais6e
Offline Send Email
Nov 1, 2004
8:25 pm
6079
Hello, We are using the dll version of blat (2.2.2) to send an html email with both an attachment and an embedded image. The email is sent and recieved ok...
crazymitchuk2
Offline Send Email
Nov 2, 2004
1:01 pm
6080
I just got a new Nokia and I was going nuts because "Blat" couldn't open an outbound connection to port 25. Turns out, if you have McAfee installed there is...
brad_s_andersen
Offline Send Email
Nov 3, 2004
3:32 am
6081
I have a further query... Is there a way to attach all text files within a directory? I tried using the -attacht switch, with *.txt - this works, but because...
twigyh
Offline Send Email
Nov 3, 2004
12:49 pm
6082
... Sorry for the delay, I needed to check the source before I replied. Indeed, you did find an issue with how some email client software processes Blat's...
chipprogrammer
Offline Send Email
Nov 3, 2004
1:54 pm
6083
... Using your example above, the solution is easy: blat - -t "me@m..." -s "Trace Route results" -i "Trace Utility" -attacht "*.txt" -body "|" The character...
chipprogrammer
Offline Send Email
Nov 3, 2004
2:00 pm
6084
Thankyou for your reply. Good to know im not going crazy :) Ill wait for the update! Richard ... email ... and ... in ... attachment ... all! ... think ... ...
crazymitchuk2
Offline Send Email
Nov 3, 2004
2:25 pm
6085
Very Nice! Works like a charm. Thank you blat guru! Ykai <ykai@...> wrote: ... Technically you can add the -base64 option to the command line...
Norrin Radd
datadan_1
Offline Send Email
Nov 3, 2004
2:30 pm
6086
That's great - thanks Chip! Works as desired... Michael -=> Note: the -body syntax does not work with v1.8.2 - I had to download the latest version [2.2.2] ......
twigyh
Offline Send Email
Nov 3, 2004
3:24 pm
6087
That would be a near miss then ;-) ,-[From the change log of blat (pre V2.0)]-- ... `------------------------------------------- Always amazing, with what old...
Ykai
kais6e
Offline Send Email
Nov 3, 2004
8:21 pm
6088
... I think you'll find that using a registered copy of WinZip's command line utility in a batch file to be an ideal solution. Your text files would retain...
Rick Nakroshis
rick_nakroshis
Offline Send Email
Nov 3, 2004
9:43 pm
6089
Hei people! I'm having a kind of strange situation on a network using blat v2.2.2! There are a few computers that are using blat to send emails, all of them...
Everton Schneider
everton_listas
Offline Send Email
Nov 4, 2004
3:02 pm
6090
Hei people! I'm having a kind of strange situation on a network using blat v2.2.2! There are a few computers that are using blat to send emails, all of them ...
Chip
chipprogrammer
Offline Send Email
Nov 5, 2004
12:07 am
6091
i have this problem with NT4 Server Eng spk6a... my pass have special characters: #$! ......
Renato Rodrigues Pere...
jrduetto
Offline Send Email
Nov 5, 2004
12:18 pm
6092
Hey Renato, On Friday, November 5, 2004 at 5:07:03 AM you wrote RRPJ> i have this problem with NT4 Server Eng spk6a... RRPJ> my pass have special characters:...
Tim Musson
mussont
Offline Send Email
Nov 5, 2004
12:53 pm
6093
... Put your password inside quotation marks (") and try again. For example: -pw "(*&*^&$$" Chip...
Chip
chipprogrammer
Offline Send Email
Nov 5, 2004
1:18 pm
6094
Version: ####### Blat 2.22 Machine: ######## NT4 ENG spk6a Command Line: ########## for %%F in (j*.log) do blat.exe %%F -s "%DataLog%" -t...
Renato Rodrigues Pere...
jrduetto
Offline Send Email
Nov 5, 2004
4:00 pm
6095
using System; using System.Runtime.InteropServices; namespace MailBlat { /// <summary> /// Summary description for cMain. /// </summary> public class cMain { ...
p_beuzart
Offline Send Email
Nov 5, 2004
7:28 pm
6096
... -pw) The single dollar character should be no problem IMHO. OTOH when I decode your password below from the debug output, it gives me something else which...
Ykai
kais6e
Offline Send Email
Nov 5, 2004
9:48 pm
6097
... Merci! I'm trying to teach myself C#, so what a great way to enjoy two projects at once! Rick [Non-text portions of this message have been removed]...
Rick Nakroshis
rick_nakroshis
Offline Send Email
Nov 5, 2004
10:18 pm
6098
If i change my password, from $or85g3st1 to or85g3st1, the Blat work fine!!! The problem is with the password!!!! * I believe that the problem is in the...
Renato Rodrigues Pere...
jrduetto
Offline Send Email
Nov 6, 2004
5:23 am
6099
I am getting this error when sending an email with an attachement. connection::put_data() unexpected error from select: 10022 I searched on "put_data()", 10022...
connellscustomfurniture
connellscust...
Offline Send Email
Nov 7, 2004
8:36 pm
6100
... To answer your first question, how to look up errors specific to Winsock: ...
Chip
chipprogrammer
Offline Send Email
Nov 7, 2004
10:19 pm
6101
I found this bug report on SourceForge this evening. I had not been receiving notifications of reports, so I had not been checking. My response follows. [...
Chip
chipprogrammer
Offline Send Email
Nov 8, 2004
1:30 am
6102
As found on SourceForge -- BLAT.DLL als Object for VBSCript Blat ist great and hey there is a BLAT.DLL also availible - fine. What about enhancing tht DLL to...
Chip
chipprogrammer
Offline Send Email
Nov 8, 2004
1:48 am
6103
This request was on SourceForge -- some SMTP servers do not accept 250-AUTH PLAIN and require either CRAM-MD5 or DIGEST-MD5. It looks to me as it works like...
Chip
chipprogrammer
Offline Send Email
Nov 8, 2004
2:09 am
6104
Found on SourceForge -- Summary: Add carriage return and line feed Initial Comment: I need add a "carriage return" and a "line feed" in the body of message,...
Chip
chipprogrammer
Offline Send Email
Nov 8, 2004
2:11 am
6105
Found on SourceForge -- Summary: Does blat work with MS Exchange Server? Hello, I just downloaded blat and want to use it on Windows 2000 machine. We use MS ...
Chip
chipprogrammer
Offline Send Email
Nov 8, 2004
2:13 am
6106
... This is "old" but I am going through these messages to see what I may have overlooked and for supporting evidence for my changes. The Blat source is ...
Chip
chipprogrammer
Offline Send Email
Nov 8, 2004
7:43 am
Messages 6077 - 6106 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