I would like to use Tracs email notification feature.
When I create a new ticket, I get the following message in the log:
2006-09-28 17:24:20,658 Trac[web_ui] ERROR: Failure sending notification on creation of ticket #4: SMTP AUTH extension not supported by server.
Traceback (most recent call last):
File "C:\Program Files\Development\ActivePython\Lib\site-packages\trac\ticket\web_ui.py", line 181, in _do_create
tn.notify(ticket, newticket=True)
File "C:\Program Files\Development\ActivePython\Lib\site-packages\trac\ticket\notification.py", line 127, in notify
NotifyEmail.notify(self, ticket.id, subject)
File "C:\Program Files\Development\ActivePython\Lib\site-packages\trac\notification.py", line 208, in notify
Notify.notify(self, resid)
File "C:\Program Files\Development\ActivePython\Lib\site-packages\trac\notification.py", line 106, in notify
self.begin_send()
File "C:\Program Files\Development\ActivePython\Lib\site-packages\trac\notification.py", line 279, in begin_send
self.server.login(self.user_name, self.password)
File "C:\Program Files\Development\ActivePython\lib\smtplib.py", line 550, in login
raise SMTPException("SMTP AUTH extension not supported by server.")
SMTPException: SMTP AUTH extension not supported by server.
The corporate mail server in this company is apparently running Microsoft Exchange 2003.
Has anyone ever got this combination to work ? Is this SMTP AUTH extension possibly just disabled by configuration or does Exchange 2003 simply not support it ?
I do receive the RSS feed in Outlook over RSSPopper, but I really would like to get email to work.
Any help would be appreciated,
TIA,
CU z00m1n
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
Cheers,
Manu
--
Manu
smtp_user =
smtp_password =
in trac.ini do the trick
Thanks !
CU z00m1n