Saturday, April 23, 2016

Send email with multiple attachment files

Send email with multiple attachment files

# yum install mutt

# echo "email body" | mutt -s "email subject" test@example.com -a file1.tar.gz -a file2.tar.gz

No comments: