Searched for tag mutt and found 1 results in 0.4 ms

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

Tags:
Leave A Reply