Email attachments with mutt

Nov 18th, 2005

Might come in handy when you need to send an attachment from within a shell script

echo text for body of message|mutt -a attachment_filename.zip -s "subject" john.doe@email.com

  • Share/Bookmark