Thanks for your response. I tried modifying the Roundup code as suggested:
class SMTPConnection(smtplib.SMTP):
''' Open an SMTP connection to the mailhost specified in the config
'''
def __init__(self, config):
smtplib.SMTP.__init__(self, config.MAILHOST)
self.set_debu
carlistixx wrote:
> [EMAIL PROTECTED] tracker]$ roundup-server -p 8081
> roundup=/home/foobar/roundup/tracker
> Roundup server started on :8081
> send: 'STARTTLS\r\n'
> reply: '503 5.5.2 Send hello first\r\n'
> reply: retcode (503); Msg: 5.5.2 Send hello first
I think this must be an issue with r
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