Roundup, smtplib, TLS and MS Exchange

2007-05-31 Thread carlistixx
Hi, I'm using the roundup issue tracker (http://roundup.sourceforge.net) which uses smtplib to send mail. It all worked until we moved to a hosted Exchange MTA. The hosting provider requires the use of TLS. Now roundup can't send mail. My version of python is: Python 2.3.4 (#1, Feb 6 2006, 10:38

Re: Roundup, smtplib, TLS and MS Exchange

2007-06-03 Thread carlistixx
"/usr/lib/python2.3/site-packages/roundup/mailer.py", line 173, in smtp_send smtp = SMTPConnection(self.config) File "/usr/lib/python2.3/site-packages/roundup/mailer.py", line 194, in __init__ self.ehlo() File "/usr/lib/python2.3/smtplib.py", line 390, in e