Send mail with attachment in Linux terminal

Source: http://www.shelldorado.com/articles/mailattachments.html

$ mutt -s “Birthday celebration” -a citymap.jpg all@friends.org < invitation.txt
$ mutt -a syslogs.tar.gz admin@domain.org < /dev/null
$ echo | mutt -a syslogs.tar.gz admin@domain.org

2 thoughts on “Send mail with attachment in Linux terminal

Leave a comment