Yea, sorry, I have no real use for that, and I'll probably not add anything new to RPints (I'll do bug fixes, tho).
I think this should work:
import smtplib
from email.mime.text import MIMEText
msg = MIMEText('your msg text goes here')
me = '
[email protected]'
you = '
[email protected]'...