On Wed, Jul 05, 2000 at 14:11:36 -0700, Marianne Albin wrote: > you would just use mail, but there are many command line options to send > the mail via mutt, but the editor still will open.... Mutt will send mail in batch mode if its standard input isn't a terminal: $ echo "a one line message" | mutt -s "subject" [EMAIL PROTECTED] $ mutt mutt -s "subject" [EMAIL PROTECTED] < file-with-message-text -- Byrial http://home.worldonline.dk/~byrial/
- Command line David Ursone
- Re: Command line Marianne Albin
- command line Byrial Jensen
- command line Steve Marcionni
- Re: command line Ralf Hildebrandt
- Re: command line Peter Pentchev