Sending a file attachment from the command line 2005-08-10 10:20am
Finally I found out how to send a file attachment from the command line!
echo "This is the body" | mutt -s "Subject Line" -a file.txt email@domain.com
Borrowed from souptonuts




