MailAttach Command-Line Mailing Script
MAILATTACH - Send email with an attachment from a command line. Copyleft 2005 - Nathan E. Pralle DESCRIPTION: This utility allows you to send an email with a file attachment, MIME-encoded, from the command line. Handy when you are SSH-ed in somewhere and can't get to a visual email client. SYNTAX: mailattach to_address subject body file1 file2 file3... REQUIRED: MIME::Lite and Net::SMTP