mimesend - Man Page

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, or - for STDIN.
​        -m type   MIME type of previous -f; therefore -m must follow -f.

For example:

​    mimesend -t you@yourhost.com -s "Hello, nurse!" 
​          -f greetings.htm -f foo.gif

Author

Eryq, eryq@zeegee.com

8 Jan 1997

Info

2026-08-27 perl v5.44.0 User Contributed Perl Documentation