Hello,

I'm trying to get the email notifications to work, but after a ticket has
been created or closed the log is printing the following lines and the
notification is not sent, without any warning on the user interface

Trac[main] ERROR: Internal Server Error: 
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 444, in
_dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 229, in
dispatch
    req.send(output, content_type or 'text/html')
  File "/usr/lib/python2.6/dist-packages/trac/web/api.py", line 359, in send
    self.write(content)
  File "/usr/lib/python2.6/dist-packages/trac/web/api.py", line 463, in
write
    self._write(data)
  File "/usr/lib/python2.6/dist-packages/trac/web/wsgi.py", line 212, in
_write
    self.handler.wfile.write(data)
  File "/usr/lib/python2.6/socket.py", line 300, in write
    self.flush()
  File "/usr/lib/python2.6/socket.py", line 286, in flush
    self._sock.sendall(buffer)
error: (104, 'Connection reset by peer')

I've got a nexus running in the same server using the same smtp config and
it's mailing notifications withouth problems so I would discard
network-permission issues.

My configuration doesn't have any special config 

[notification]
...
smtp_enabled = true
smtp_from = [email protected]
smtp_from_name = proj name
smtp_password = xxx
smtp_port = 25
smtp_replyto = [email protected]
smtp_server = smpt-server
smtp_subject_prefix = [Trac - PROJ]
smtp_user = smtp_user
ticket_subject_template = $prefix #$ticket.id: $summary
email_sender = SmtpEmailSender
...
use_tls = false

where may I be missing a config?
-- 
View this message in context: 
http://old.nabble.com/Email-notification-failing-tp32267194p32267194.html
Sent from the Trac Users mailing list archive at Nabble.com.

-- 
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