Olaf,

Thank you for your hint.

echo test|ssmtp -s test [EMAIL PROTECTED]
does send a mail.

The From: field contains 'sys [EMAIL PROTECTED]'. As I want to
contains it '[EMAIL PROTECTED]', I enter:
echo test|ssmtp [EMAIL PROTECTED] -s test [EMAIL PROTECTED]
and it works as expected.

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 ?

/Marek

Olaf Foellinger wrote:

> On Fri, Mar 14, 2003 at 10:09:34AM +0100, a12 wrote:
> > Corinna,
> >
> > I have read man ssmtp and /usr/doc/Cygwin/ssmtp-2.38.7/, and I
> > still feel perplexed how to send a mail.
> >
> > I have fetched Blat http://www.interlog.com/~tcharron/blat.html
> > and an one-liner (b.bat) contains:
> > blat.exe mpu.log -t [EMAIL PROTECTED] -f [EMAIL PROTECTED] -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 [EMAIL PROTECTED]
>
> Gruss Olaf Föllinger
>
> --
> Olaf Föllinger
> Berater
> S.E.S.A. Software und Systeme AG
>
> Alt-Moabit 91a
> D-10559 Berlin
> Germany
> Tel:   +49 30 390722 -291
> Fax:   +49 30 390722 -222
> Mobil: +49 173 6227080
> http://www.sesa.de
> mailto: [EMAIL PROTECTED]
>
> --
> 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/


--
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/

Reply via email to