Bash and mutt

Posted on
So trying to write a bash script that uses mutt to send various emails. So the following works with no attachment: cat $email_body | /usr/bin/mutt -s "$msg_subject" $rcpt However when I try to attach ... Read More