1MIMESEND(1)           User Contributed Perl Documentation          MIMESEND(1)
2
3
4

NAME

6       mimesend - send files via MIME mail, from the command line
7

USAGE

9       Pretty basic:
10
11           mimesend [-n] [-t to] [-s subj] (-f file [-m type])+
12               -n        Don't actually send it; just print it to stdout.
13               -t to     The "to" address.
14               -s subj   The subject of the message.
15               -f file   Path to attached file, or - for STDIN.
16               -m type   MIME type of previous -f; therefore -m must follow -f.
17
18       For example:
19
20           mimesend -t you@yourhost.com -s "Hello, nurse!"
21                 -f greetings.htm -f foo.gif
22

AUTHOR

24       Eryq, eryq@zeegee.com
25
26       8 Jan 1997
27
28
29
30perl v5.30.0                      2015-06-19                       MIMESEND(1)
Impressum