how to send an e-mail --- (a problem!)

Paul Howarth paul at city-fan.org
Tue Sep 12 14:52:09 UTC 2006


SERGIE wrote:
> Guys,
> 
> using 
> echo hello | sendmail -s test john.black at vpnmail.ru fails.

I think what you're looking for is:

$ echo hello | Mail -s test john.black at vpnmail.ru

i.e. replace "sendmail" with "Mail" (note the upper case M).

Paul.




More information about the fedora-list mailing list