2920b691943452c2787b55480fcd471916f27ba2
[mmh] / man / sendfiles.man1
1 .\"
2 .\" %nmhwarning%
3 .\"
4 .TH SENDFILES %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
5 .SH NAME
6 sendfiles \- send multiple files in a MIME message
7 .SH SYNOPSIS
8 .HP 5
9 .na
10 .B sendfiles
11 .I recipient
12 .I subject
13 .I file1
14 .RI [ file2
15 \&...]
16 .ad
17 .SH DESCRIPTION
18 The shell script
19 .BR sendfiles ,
20 is used to send a collection
21 of files via electronic mail.
22 .B sendfiles
23 will mail the files in one message with the given \*(lqsubject\*(rq
24 to the \*(lqrecipient\*(rq.
25 Take care not to generate too large messages, as there usually are
26 size limits enforced by the MTAs.
27 .PP
28 To extract received files, use
29 .B mhstore .
30
31 .SH FILES
32 .fc ^ ~
33 .nf
34 .ta \w'%etcdir%/ExtraBigFileName  'u
35 ^$HOME/.mmh/profile~^The user profile
36 .fi
37
38 .SH "PROFILE COMPONENTS"
39 None
40
41 .SH "SEE ALSO"
42 send(1), mhlist(1), mhstore(1).
43
44 .SH DEFAULTS
45 .nf
46 .fi
47
48 .SH CONTEXT
49 None
50
51 .SH HISTORY
52 .PP
53 This is a new and simpler version of
54 .B sendfiles ,
55 which directly invokes
56 .B send .
57 The old one had invoked
58 .B viamail .
59 The old version had been able to send whole directories, be automatically
60 tarballing them. This new version is not able to do so.
61 The old man page had described some kind of automatical splitting of
62 large content into `message/partial' parts. However, it appears as if this
63 had been removed earlier, only its documentation remained.