Sunday, March 15, 2009

A module to send email simply in Python

A module to send email simply in Python | The GITS Blog: "The email and smtplib modules in Python are very powerful, but they're also a bit complex when you just want to send an email.

I wrote the mailer module as a front end to these two modules, in order to make the task of sending email in Python using SMTP as simple as possible."