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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 771 - 800 of 13042   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
771 SPTBG-BLAT
SPTBG-Blat@... Send Email
Feb 1, 2001
6:26 pm
Others have reported this one the list as well. Until someone gets a chance to look at the source code, reverting back to a more stable build is a good idea......
772 Tim Charron
tim@... Send Email
Feb 1, 2001
7:06 pm
Thanks to everyone that reported this bug. I found the problem, and have compiled and made available a new version of blat (version 1.8.6e). The problem was...
773 dougawells@... Send Email Feb 1, 2001
8:32 pm
I use blat at home on my Win98 box, using PERL scripts with no problem. I am trying to get blat to work on a Win2K box with IIS. I think my problem is that I...
774 rmichalski@... Send Email Feb 2, 2001
1:22 pm
Thanks for the quick fix. I tested it last night with an E-mail that has two attachments and the second is always smaller than the first. Great Job! and...
775 Jesse Quijano
jesse@... Send Email
Feb 2, 2001
5:24 pm
Can anyone tell me what options I need to set in Visual C++ to get the smaller executable size (Besides not linking debug information)? Right now, I'm getting...
776 Brennan, Joseph J
brennanjj@... Send Email
Feb 2, 2001
5:58 pm
Well, Jesse, I just just joined this group so I may be out of the loop but the MSVC++ 6.0 project .zip file pointed to by the blat coordinator&#39;s page should...
777 Jesse Quijano
jesse@... Send Email
Feb 2, 2001
6:21 pm
Maybe my inexperience with Visual C++ is showing, but I unzipped it into my project directory, compiled and got the same size as before. I'm assuming there is...
778 Brennan, Joseph J
brennanjj@... Send Email
Feb 2, 2001
6:52 pm
I just built the project and gota 36K .exe file Be sure to select the "Win32 RELEASE" build. The "Win32 DEBUG" build yields 250K size. I'm attaching .exe if...
779 Craig Morrison
craig@... Send Email
Feb 2, 2001
6:52 pm
Don't statically link in the MSVC run-time.. :-) ... -- Craig Morrison http://www.2cah.com/ EzMTS - A _free_ Win32 EMail Server http://www.2cah.com/email/ ...
780 Kien-Hung THOI
thoi_kh@... Send Email
Feb 2, 2001
7:52 pm
I've got the same problem with 1.8.6d !! Can you tell where i can get the 1.8.6 version (not the 1.8.6d) thanks ... ...
781 Jay Sylwester
jay.sylwester@... Send Email
Feb 2, 2001
8:08 pm
Try http://www.interlog.com/~tcharron/blat.html Jay Sylwester Enloe Medical Center (530) 332-7447 Fax: (530) 899-2066 ... From: Kien-Hung THOI...
782 SPTBG-BLAT
SPTBG-Blat@... Send Email
Feb 3, 2001
9:35 pm
Thanks! I wish that I had looked back at this list before wasting my time looking at the code myself. :) For the two guys that I sent my interm fix to, please...
783 ginesr@... Send Email Feb 5, 2001
6:25 pm
Hey Try to upload your own copy of blat in your cg-bin directory on your server, works for me =) and use the path to that directory in your scripts Bye...
784 ginesr@... Send Email Feb 5, 2001
6:35 pm
Hey i'm using blat with W2K and IIS 5 and i have no problem with that, but, you need to set a valid smtp server if you want to make blat work, a SMTP mail...
785 ginesr@... Send Email Feb 5, 2001
6:41 pm
I'm using perl with blat too To send an e-mail i use this code: $mailprog = "/inetpub/wwwroot/cgi-bin/blat/blat.exe"; #or whatever is your path to blat, note...
786 ginesr@... Send Email Feb 5, 2001
6:47 pm
yeap use -html option and put any html code in the body bye...
787 dougawells@... Send Email Feb 5, 2001
10:11 pm
Hi- Is there a switch for sending plain text? i.e. (Content Type: text/plain) I know there is one for HTML and Enriched. The problem I have is that the...
788 Tim Charron
tim@... Send Email
Feb 6, 2001
3:24 pm
If you don't specify either "-base64", "-html" or "-enriched&quot;, then blat uses "Content Type: text/plain". -- Tim...
789 dougawells@... Send Email Feb 6, 2001
8:44 pm
I might be wrong, but it looks to me like if you don't specify one of the types you listed, it just uses the mail-client&#39;s default and doesn't specify...
790 Romson Christer
christer.romson@... Send Email
Feb 7, 2001
8:11 am
... Why should "-base64" effect the content type? Base64 is transfer encoding that can be applied to any content type. The two are (should be) completely...
791 ginesr@... Send Email Feb 7, 2001
6:07 pm
Are you sending e-mail from a web form? If you are sending e-mail from a web form, may be the problem is the way you parse the data submited from that form ...
792 dougawells@... Send Email Feb 8, 2001
7:23 pm
Hello: It looks like I am having problems sending mail, using an Exchange server, to anyone outside of my domain. For people in my domain, the mail goes...
793 pope, mark
mpope@... Send Email
Feb 8, 2001
7:31 pm
The Exchange server your using is probably configured to only allow e-mail within your domain. Talk to your system admin. ... From: dougawells@......
794 dougawells@... Send Email Feb 8, 2001
7:36 pm
This server is used to send mail outside all of the time. Would there be a different setup for mail from blat, than from mail sent from Outlook? ... e-mail ......
795 Brennan, Joseph J
brennanjj@... Send Email
Feb 8, 2001
7:47 pm
I found I had to use the addressee's SMTP address. For example, I might have no problem addressing someone with the MS Outlook name. But for Blat, I first...
796 SPTBG-BLAT
SPTBG-Blat@... Send Email
Feb 8, 2001
7:50 pm
Yes. You are not talking to your IMS via SMTP when you use Outlook. Your Exchange server is configured to meet IETC RFC 2505, "Anti-Spam Recommendations for...
797 dougawells@... Send Email Feb 8, 2001
7:55 pm
I'm having trouble following you. Can you give me an example? Sorry for the ignorance. Thanks ... Your ... through my ... there ... allow ... Exchange ... ...
798 SPTBG-BLAT
SPTBG-Blat@... Send Email
Feb 8, 2001
7:59 pm
http://www.microsoft.com/technet/exchange/relay.asp Gerald W. Gaston ... From: dougawells@... [mailto:dougawells@...] Sent: Thursday, February 08,...
799 dougawells@... Send Email Feb 8, 2001
8:04 pm
So, am I correct in what you and this article are stating is that I need to use a different mail server to send to the "outside" world? ... Outlook. ... ...
800 SPTBG-BLAT
SPTBG-Blat@... Send Email
Feb 8, 2001
8:19 pm
Maybe. Depends on how your Messaging Dudes (an official title here :) ) have things setup. Perhaps they will add your IP address (or subnet) to the ...
Messages 771 - 800 of 13042   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