Showing entries with tag "mutt".

Found 1 entries

Sending a file attachment from the command line

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

Leave A Reply