Help for this page

Select Code to Download


  1. or download this
    echo "your message body" >/dev/null
    uuencode /path/to/document | mailx
    
  2. or download this
    sub sendmailto {
       # Get the text of the attachment:
    ...
       print MAIL $attachment;
       close MAIL;
    }