Ok, I am working on a type of system so that I can start operations on my computer with sms messages. I can get it to send the initial message:
import smtpli
Uku's answer looks reasonable. However, as a pragmatist, I'm going to answer a question you didn't ask, and suggest a nicer IMAP and SMTP library.
I haven't used these myself in anything other then side projects so you'll need to do your own evaluation, but both are much nicer to use.
IMAP https://github.com/martinrusev/imbox
SMTP: http://tomekwojcik.github.io/envelopes/