home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / mail / send.README < prev    next >
Encoding:
Text File  |  1992-06-14  |  490 b   |  17 lines

  1. send [-f file] [-s subject] [-c Cc_list] to_list
  2.  
  3. A shell-level command to open a MailApp Send window 
  4. with the subject:, cc:, and to: as given.
  5. The body of the message is taken from 'file' or the standard input.
  6. (For a null body, use: -f "").  If the body of the message contains
  7.     ^Subject:...
  8.     ^Cc:...
  9.     ^To:...
  10. these will be appended to any information gleaned from the command line.
  11.  
  12. Michael Hawley
  13. MIT Media Laboratory
  14. 20 Ames Street
  15. Cambridge MA, 02139
  16. mike@media-lab.mit.edu
  17.