Last Updated: February 25, 2016
·
670
· charlybr

Send an attachment from command line (linux)

You can easily send an attachment from command line with mutt:

echo "email body" | mutt -a file.png -s "your subject" -- you@domain.com