Hi all,
 
I'm trying to set up email notifications through Trac. The SMTP server
is not the machine running Trac. Based on the errors below does anyone
know where to look first? I have Trac running through Apache. Not sure
if that could be hanging things up.
 
Thanks.
 
Chris
 
 
2007-07-18 10:04:47,746 Trac[web_ui] ERROR: Failure sending notification
on change to ticket #74: (10053, 'Software caused connection abort')
Traceback (most recent call last):
  File "C:\Program
Files\Python24\Lib\site-packages\trac\ticket\web_ui.py", line 562, in
_do_save
    tn.notify(ticket, newticket=False, modtime=now)
  File "C:\Program
Files\Python24\Lib\site-packages\trac\ticket\notification.py", line 129,
in notify
    NotifyEmail.notify(self, ticket.id, subject)
  File "C:\Program
Files\Python24\Lib\site-packages\trac\notification.py", line 216, in
notify
    Notify.notify(self, resid)
  File "C:\Program
Files\Python24\Lib\site-packages\trac\notification.py", line 114, in
notify
    self.begin_send()
  File "C:\Program
Files\Python24\Lib\site-packages\trac\notification.py", line 278, in
begin_send
    self.server = smtplib.SMTP(self.smtp_server, self.smtp_port)
  File "C:\Program Files\Python24\lib\smtplib.py", line 244, in __init__
    (code, msg) = self.connect(host, port)
  File "C:\Program Files\Python24\lib\smtplib.py", line 310, in connect
    raise socket.error, msg
error: (10053, 'Software caused connection abort')


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to