Provided by: mmh_0.4-2_amd64 bug

NAME

       sendfiles - send multiple files in a MIME message

SYNOPSIS

       sendfiles recipient subject file...

DESCRIPTION

       The  program  sendfiles,  is  used  to  send  a  collection  of files via electronic mail.
       sendfiles will mail the files in one message with the given `subject' to the  `recipient'.
       Take care not to generate too large messages, as there usually are size limits enforced by
       the MTAs.

       To extract received files, use mhstore .

FILES

       $HOME/.mmh/profile The user profile

PROFILE COMPONENTS

       None

SEE ALSO

       send(1), mhlist(1), mhstore(1).

CONTEXT

       None

HISTORY

       This is a new and simpler version of sendfiles , which directly invokes send  .   The  old
       one  had  invoked  viamail  .  The old version had been able to send whole directories, by
       automatically tarballing them. This new version is not able to do so.  The  old  man  page
       had  described  some kind of automatical splitting of large content into `message/partial'
       parts. However, it appears as if this had been removed  earlier,  only  its  documentation
       remained.