Python easy mail library pyzmail is a high level mail library for Python. It provides functions and classes that help to read, compose and send emails. pyzmail exists because their is no reasons that handling mails with Python would be more difficult than with popular mail clients like Outlook or Thunderbird. pyzmail hide the difficulties of the MIME structure and MIME encoding/decoding. It also hide the problem of the internationalized header encoding/decoding.
More here http://www.magiksys.net/pyzmail/ You can get a lot of usage samples from the inside API documentation : http://www.magiksys.net/pyzmail/api/index.html This library is the result of 3 articles I wrote about sending mail using python - Parsing email using Python part 1 of 2 : The Header http://blog.magiksys.net/parsing-email-using-python-header - Parsing email using Python part 2 of 2 : The content http://blog.magiksys.net/parsing-email-using-python-content - Generate and send mail with python: tutorial http://blog.magiksys.net/generate-and-send-mail-with-python-tutorial pyzmail also include a very nice "pyzsendmail" command line utility to send the most complex email from the command line. "pyzsendmail -h" for more I'm waiting for your feedback -- http://mail.python.org/mailman/listinfo/python-list