home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / mail / send_attach.README < prev    next >
Encoding:
Text File  |  1994-04-09  |  997 b   |  29 lines

  1. send_attach
  2. ===========
  3.  
  4. This is a command line program, in FAT (MAB) format, that allows a
  5. user to send files via NeXT attachment email to another user.  The
  6. command line format is:
  7.  
  8. send_attach [-s subject] [-cc user] [-bcc user] recipient file [ more files ]
  9.  
  10. The following options are required
  11.     recipient    user or list of users to whom the mail is sent.
  12.             multiple users should be quoted in a single string.
  13.     file        a file or multiple files that should be sent.
  14.             any number of files can be list individually.
  15.                     
  16. The following options are optional
  17.     -s subject    a quoted text string that will be the email subject
  18.     
  19.             The next two options can be included multiple times.
  20.             Or, multiple users may be listed in a quoted string.
  21.     -cc user    a user that will be copied on this email.
  22.     -bcc user    a user that will blind copied on this email.
  23.     
  24. Joe Freeman
  25. FreemanSoft Inc.    A NEXTSTEP software and consulting services company.
  26. Electronic Mail:    Joe@FreemanSoft.com    (NeXT Mail)
  27. Voice:            919.783.7033
  28.  
  29.