That code you've found seems to be for an older version, considering the deprecation warning. Maybe you can get by with the stdlib: There is a SMTP_SSL
class as of Python 2.6, and as of at least 2.4 there is a starttls
method on the plaintext SMTP
class.
Marian
2010-05-27 18:14:17