User login |
mimesend (1)
MIMESEND(1) User Contributed Perl Documentation MIMESEND(1)
NAME
mimesend - send files via MIME mail, from the command line
USAGE
Pretty basic:
mimesend [-n] [-t to] [-s subj] (-f file [-m type])+
-n Don't actually send it; just print it to stdout.
-t to The "to" address.
-s subj The subject of the message.
-f file Path to attached file.
-m type MIME type of last -f file.
For example:
mimesend -t <a href="mailto:you@yourhost.com">you@yourhost.com</a> -s "Hello, nurse!"
-f greetings.htm -f foo.gif
AUTHOR
Eryq, <a href="mailto:eryq@zeegee.com">eryq@zeegee.com</a>
8 Jan 1997
perl v5.8.8 2004-09-07 MIMESEND(1)
|