echo hello|mail -s test "Hi dere"
and hello will appear in the message body, you can also do this with cat to read a file or just about any prog that outputs text that youd like mailed
EDIT: should have been echo hello|mail -s "Hi dere" user@host
I can cut and paste much faster than I can think