Archive for January 5th, 2011

Linux: Mutt(How to attach file from command line)

Wednesday, January 5th, 2011

If you want to attach a file in mutt from command line : echo "Body of email" | mutt -a attach.txt -s "subject" user@gmail.com -a : please provide the full path for attachment.