core.mail_processor.smtp
Send E-Mail through SMTP
Adapted from `repoze.sendmail<https://github.com/repoze/repoze.sendmail>`_.
Usage:
mailer = smptlib.SMTP(host, port)
qp = SMTPEmailQueueProcessor(mailer, maildir1, maildir2, ..., limit=x)
qp.send_messages()