Eryq > MIME-tools-5.411a > mimesend

Download:
MIME-tools-5.411a.tar.gz

Annotate this POD

CPAN RT

New  11
Open  8
View Bugs
Report a bug
Source   Latest Release: MIME-tools-5.420

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 you@yourhost.com -s "Hello, nurse!" 
          -f greetings.htm -f foo.gif 

AUTHOR ^

Eryq, eryq@zeegee.com

8 Jan 1997