Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <3E71C604.5020407@isg.de>
Date: Fri, 14 Mar 2003 13:07:32 +0100
From: Tino Lange <tino.lange@isg.de>
Organization: IS Innovative Software AG
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312
X-Accept-Language: de, en-us, en, fr
MIME-Version: 1.0
To: a12 <a12@swipnet.se>
Cc: cygwin@cygwin.com
Subject: Re: How to use ssmtp ?
References: <3E709153.ADF922AB@swipnet.se> <Pine.LNX.4.44.0303131528080.13904-100000@localhost.localdomain> <20030313143354.GC15611@pentek.com> <20030313144102.GK27047@cygbert.vinschen.de> <3E719C4E.17017359@swipnet.se> <20030314091435.GG2032@nbof> <3E71AA90.BFE9BAAC@swipnet.se>
In-Reply-To: <3E71AA90.BFE9BAAC@swipnet.se>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

 >>>I have fetched Blat http://www.interlog.com/~tcharron/blat.html
 >>>and an one-liner (b.bat) contains:
 >>>blat.exe mpu.log -t a12@xyz.com -f AutoIT@rrback -server
 >>>mail.xyz.com -log blat.log -s "Error detected in mpu_fh"
 >>>(Of course xyz.com and mail.xyz.com are not real names).
 >>>
 >>>Now, I would like to send a mail using ssmtp, but I do neither
 >>>find the required info in 'man ssmtp' nor in
 >>>/usr/doc/Cygwin/ssmtp-2.38.7/
 >>>
 >>>More hints will be greatly appreciated.
 >>
 >>echo test|ssmtp -s test recipient@domain.com

> The To: field is empty. How do I set it ?
> The Subject: field is empty. How do I set it ?
> How do I send a file ?


Forget about ssmtp! Really.
As you just realize it's not easy to use and if you want to send files 
it's not useable at all, since it has a limit of mails <= 4k size.

Use either blat, which is really a cool tool and should work fine under 
cygwin too. It has all you need, is stable, reliable, just great software.

Or if you like to have something more like a real "sendmail"-wrapper 
(just forwarding), you can easily write your own small wrapper in perl 
or python, which will be better than ssmtp in just a few lines of code...

I can send you mine as an example, if you're interested.

Cheers,

Tino




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

