Thanks Manu for your reply.

I activated the debug log level as you said and i found the following
error:

2008-05-02 15:46:23,098 Trac[web_ui] ERROR: Failure sending
notification on change to ticket #75: (10061, 'Connection refused')
Traceback (most recent call last):
  File "C:\Python24\Lib\site-packages\trac\ticket\web_ui.py", line
947, in _do_save
    tn.notify(ticket, newticket=False, modtime=now)
  File "C:\Python24\Lib\site-packages\trac\ticket\notification.py",
line 149, in notify
    NotifyEmail.notify(self, ticket.id, subject)
  File "C:\Python24\Lib\site-packages\trac\notification.py", line 241,
in notify
    Notify.notify(self, resid)
  File "C:\Python24\Lib\site-packages\trac\notification.py", line 129,
in notify
    self.begin_send()
  File "C:\Python24\Lib\site-packages\trac\notification.py", line 313,
in begin_send
    self.server = smtplib.SMTP(self.smtp_server, self.smtp_port)
  File "C:\Python24\lib\smtplib.py", line 244, in __init__
    (code, msg) = self.connect(host, port)
  File "C:\Python24\lib\smtplib.py", line 306, in connect
    raise socket.error, msg
error: (10061, 'Connection refused')
--~--~---------~--~----~------------~-------~--~----~
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