Command Line Email in Linux Using Mutt to Send Attachments

Command Line Email Using Mutt in Linux to send Attachments:
echo “Message Body” | mutt -a attachment.tar.gz -s “Subject” user@domain.org < /dev/null
More Mutt Email options Mutt Man Page