home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / comms / metamail-2.3a / man / metasend.1 < prev    next >
Text File  |  1992-06-14  |  3KB  |  131 lines

  1.  
  2.  
  3.  
  4. metasend(1)              USER COMMANDS                metasend(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      metasend - Crude interface for sending non-text mail
  10.  
  11. SYNOPSIS
  12.      metasend  [-b] [-c  cc]  [-e  encoding]  [-f  filename]  [-m
  13.      MIME-type] [-s subject] [-S splitsize] [-t to] [-z]
  14.  
  15. DESCRIPTION
  16.      The _m_e_t_a_s_e_n_d program will  allow  a  user  to  send  a  pre-
  17.      existing data file as non-text audio mail.
  18.  
  19.      With no arguments, the program will ask the user for the To,
  20.      Subject, and CC fields.  It will then ask for the name of an
  21.      existing file.  Next, it will ask the  user to  provide  the
  22.      MIME  content-type field value, which is something that most
  23.      users won't know how to answer.  Finally, it will  ask  what
  24.      encoding type, if any, should be applied to this data.
  25.  
  26.      Alternately, all of this information can be provided on  the
  27.      comand line, using the following options:
  28.  
  29.          -t to -- specifies the To address
  30.          -c cc -- specifies the CC address
  31.          -e encoding -- specifies the  encoding  type.   Must  be
  32.      either  "base64",  "quoted-printable",  "7bit",  or "x-uue".
  33.      "7bit" means no encoding is performed.
  34.          -f filename -- specifies the file containing the data
  35.          -m MIME-type -- specifies the MIME content-type
  36.          -s subject -- specifies the Subject field
  37.          -S splitsize -- specifies the maximum size before split-
  38.      ting into parts via splitmail(1).
  39.          -b -- specifies Batch (non-interactive) Mode.  Will exit
  40.      with  an  error  message if -f, -m, -s,  and -t are not also
  41.      used.
  42.          -z -- specifies  that  the  temporary  files  should  be
  43.      deleted EVEN IF DELIVERY FAILS.
  44.  
  45.      This  is  intended  largely  for  mail  hackers.    A   much
  46.      friendlier   interface  to  non-text  mail  is  provided  by
  47.      mailto(1).
  48.  
  49.      The mail will be delivered using the  splitmail(1)  program,
  50.      so  if  long  it  will arrive as several pieces which can be
  51.      automatically reassembled by metamail.   The  definition  of
  52.      "long"  can  be  altered  using the -S flag or the SPLITSIZE
  53.      environment variable, as described in the  splitmail(1)  man
  54.      page.
  55.  
  56. SEE ALSO
  57.      audiosend(1),  mailto-hebrew(1),   mailto(1),   metamail(1),
  58.      mmencode(1), splitmail(1)
  59.  
  60.  
  61. Sun Release 4.1      Last change: Release 1                     1
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. metasend(1)              USER COMMANDS                metasend(1)
  69.  
  70.  
  71.  
  72. BUGS
  73.      Should do a better job of choosing the encoding if you don't
  74.      specify one.
  75.  
  76. COPYRIGHT
  77.      Copyright  (c)  1991  Bell  Communications  Research,   Inc.
  78.      (Bellcore)
  79.  
  80.      Permission  to  use,  copy,  modify,  and  distribute   this
  81.      material  for any purpose and without fee is hereby granted,
  82.      provided that the above copyright notice and this permission
  83.      notice  appear  in all copies, and that the name of Bellcore
  84.      not be used in advertising or publicity pertaining  to  this
  85.      material  without  the specific, prior written permission of
  86.      an authorized representative of Bellcore.  BELLCORE MAKES NO
  87.      REPRESENTATIONS  ABOUT  THE  ACCURACY OR SUITABILITY OF THIS
  88.      MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED "AS  IS",  WITHOUT
  89.      ANY EXPRESS OR IMPLIED WARRANTIES.
  90.  
  91. AUTHOR
  92.      Nathaniel S. Borenstein, Bellcore
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. Sun Release 4.1      Last change: Release 1                     2
  126.  
  127.  
  128.  
  129.