How can I send an HTML email using a shell script?
cat > mail.txt < Subject: Content-Type: text/html $(cat ) This report in SVN EOL
And then:
sendmail -t < mail.txt