Click on any of the 687 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Bookshelf.
A largely developer-oriented interface for sending nontext email using MIME typing metadata. If no arguments are specified, metasend prompts the user for the information it needs. See mailto for a possible alternative with a friendlier interface.
Options
-/subtype
Specify the MIME multipart subtype other than mixed.
-b
Batch mode. All information must be provided on the command line.
-ccc
Specify any CC addresses.
-Dstring
Specify a string to be used as the Content-description value.
-eencoding
Specify the encoding to use. Possible values are base64, quoted-printable, 7bit (no encoding is done), or x-uue.
-E
The file to be included is already MIME-encoded and doesn't need any Content- or other header fields added.
-ffile
The file to be included. If more than one file is specified with separate -f options (see -n), they are combined into a single multipart MIME object.
-Ffrom
The From address.
-icontent-id
The content ID value for the MIME entity. Must be a valid content ID enclosed in angle brackets (<>).
-Icontent-id
The content ID value for a multipart entity being created by metasend. Must be a valid content ID enclosed in angle brackets (<>).
-mtype
The MIME content type.
-n
Specify that an additional file is to be included. Must appear after one occurrence of at least -m, -c, and -f, and must be specified for each included file.
-ooutfile
Send the output to the specified file instead of delivering as mail.
-Ppreamblefile
Specify a file containing alternative text for the preamble portion of a multipart MIME message.
-ssubject
The Subject field.
-Ssplitsize
Specify the maximum size before the file is split into parts to be sent separately.