Q: Where can I find uuencode to send file attachments via email?
A: yum install sharutils
uuencode file.jpg file.jpg|mail -s “sending you this pretty picture” oops@domain.com
A: Or better yet install mutt
echo “My file”|mutt -a file.jpg -s “sending you this pretty picture” oops@domain.com