The smtp server(microsoft exchange server) has got changed by our
Admin.
But i have incorporated those changes in my trac.ini [notification]
tag.
one more thing, i just did
>>> import smtplib
>>> server = smtplib.SMTP('smtp.mydomain.net',25)
from my python shell, even there am not able to connect.
I get "error: (10061, 'Connection refused')" even there.
this is the major change that has happened.
Thanks
yogi
On May 2, 3:35 pm, "Emmanuel Blot" <[EMAIL PROTECTED]> wrote:
> > I activated the debug log level as you said and i found the following
> > error:
> > File "C:\Python24\lib\smtplib.py", line 306, in connect
> > raise socket.error, msg
> > error: (10061, 'Connection refused')
>
> Have you changed anything else but Trac+Genshi ? Like an upgrade of
> your server ?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---