Use mail command to send email
Use matt command to send an email attachment
Code:
mutt -s "subect" -a /var/log/mail.log me@yahoo.com < /dev/null
You need to configure sendmail as null mail client to forward all mail to central mail server or MTA hub.
What monk told is quite advance and it is only recommended if you need to authenticate SSL mail or in chrooted jail.