This is the little sh that i’m using to send cronjobed emails.
( echo "From: root@localhost"; echo "To: [email protected]"; echo "Subject: Title"; echo "Content-Type: text/html"; echo "MIME-Version: 1.0"; echo ""; echo "Hello,<br /><br />"; echo "This is our text!"; ) | /usr/lib/sendmail -t